#859FEC

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

Shades of Portage #859FEC

Tints of Portage #859FEC

Color information

#859FEC (or 0x859FEC) is unknown color: approx Portage. HEX triplet: 85, 9F and EC. RGB value is (133,159,236). Sum of RGB (Red+Green+Blue) = 133+159+236=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #859FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FEC is #7A6013. Grayscale: #9F9F9F. Windows color (decimal): -8019988 or 15507333. OLE color: 15507333.

HSL color Cylindrical-coordinate representation of color #859FEC: hue angle of 224.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859FEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133159236-
CMYK0.440.3300.07
HSL224.85º73.05%72.35%-
HSV(B)224.85º43.64%92.55%-
XYZ37.2135.8484.31-
YUV160170.89108.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=25.19%
G=30.11%
B=44.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331592360.440.3300.07224.8573.0572.35
Hex859FEC2C2107e14948
Octal205237354544107341111110
Binary10000101100111111110110010110010000101111110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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