#859CEF

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

Shades of Portage #859CEF

Tints of Portage #859CEF

Color information

#859CEF (or 0x859CEF) is unknown color: approx Portage. HEX triplet: 85, 9C and EF. RGB value is (133,156,239). Sum of RGB (Red+Green+Blue) = 133+156+239=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #859CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CEF is #7A6310. Grayscale: #9E9E9E. Windows color (decimal): -8020753 or 15703173. OLE color: 15703173.

HSL color Cylindrical-coordinate representation of color #859CEF: hue angle of 226.98º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859CEF is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133156239-
CMYK0.440.3500.06
HSL226.98º76.81%72.94%-
HSV(B)226.98º44.35%93.73%-
XYZ37.143586.46-
YUV158.58173.38109.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=25.19%
G=29.55%
B=45.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331562390.440.3500.06226.9876.8172.94
Hex859CEF2C2306e34d49
Octal205234357544306343115111
Binary10000101100111001110111110110010001101101110001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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