#859FF9

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

Shades of Portage #859FF9

Tints of Portage #859FF9

Color information

#859FF9 (or 0x859FF9) is unknown color: approx Portage. HEX triplet: 85, 9F and F9. RGB value is (133,159,249). Sum of RGB (Red+Green+Blue) = 133+159+249=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #859FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FF9 is #7A6006. Grayscale: #A1A1A1. Windows color (decimal): -8019975 or 16359301. OLE color: 16359301.

HSL color Cylindrical-coordinate representation of color #859FF9: hue angle of 226.55º 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 #859FF9 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133159249-
CMYK0.470.3600.02
HSL226.55º90.62%74.9%-
HSV(B)226.55º46.59%97.65%-
XYZ39.1736.6294.63-
YUV161.49177.39107.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=24.58%
G=29.39%
B=46.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331592490.470.3600.02226.5590.6274.9
Hex859FF92F2402e35b4b
Octal205237371574402343133113
Binary1000010110011111111110011011111001000101110001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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