#809EF6

Color #809EF6 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #809EF6

Tints of Jordy Blue #809EF6

Color information

#809EF6 (or 0x809EF6) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and F6. RGB value is (128,158,246). Sum of RGB (Red+Green+Blue) = 128+158+246=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #809EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809EF6 is #7F6109. Grayscale: #9E9E9E. Windows color (decimal): -8347914 or 16162432. OLE color: 16162432.

HSL color Cylindrical-coordinate representation of color #809EF6: hue angle of 224.75º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #809EF6 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128158246-
CMYK0.480.3600.04
HSL224.75º86.76%73.33%-
HSV(B)224.75º47.97%96.47%-
XYZ37.7635.792.09-
YUV159.06177.06105.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 246 (96.48% from 255) = 46.24%
R=24.06%
G=29.70%
B=46.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281582460.480.3600.04224.7586.7673.33
Hex809EF6302404e15749
Octal200236366604404341127111
Binary10000000100111101111011011000010010001001110000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809EF6; }

 p { color: rgb(128,158,246); }

 H1.HeaderClassName
 {
   color: #809EF6;
 }
 .AnyTagClassName
 {
   color: #809EF6;
 }
</style>
background-color css

<style>
 a { background-color: #809EF6; }

 a { background-color: rgb(128,158,246); }

 div.DivClassName
 {
   background-color: #809EF6;
 }
 .BgClassName
 {
   background-color: #809EF6;
 }
</style>
border-color css

<style>
 span { border-color: #809EF6; }

 span { border-color: rgb(128,158,246); }

 td.TdClassName
 {
   border-color: #809EF6;
 }
 .TagClassName
 {
   border-color: #809EF6;
 }
</style>