#859CF9

Color #859CF9 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #859CF9

Tints of Portage #859CF9

Color information

#859CF9 (or 0x859CF9) is unknown color: approx Portage. HEX triplet: 85, 9C and F9. RGB value is (133,156,249). Sum of RGB (Red+Green+Blue) = 133+156+249=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #859CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CF9 is #7A6306. Grayscale: #9F9F9F. Windows color (decimal): -8020743 or 16358533. OLE color: 16358533.

HSL color Cylindrical-coordinate representation of color #859CF9: hue angle of 228.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859CF9 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133156249-
CMYK0.470.3700.02
HSL228.1º90.62%74.9%-
HSV(B)228.1º46.59%97.65%-
XYZ38.6635.694.46-
YUV159.72178.38108.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=24.72%
G=29.00%
B=46.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331562490.470.3700.02228.190.6274.9
Hex859CF92F2502e45b4b
Octal205234371574502344133113
Binary1000010110011100111110011011111001010101110010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859CF9; }

 p { color: rgb(133,156,249); }

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

<style>
 a { background-color: #859CF9; }

 a { background-color: rgb(133,156,249); }

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

<style>
 span { border-color: #859CF9; }

 span { border-color: rgb(133,156,249); }

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