#859CED

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

Shades of Portage #859CED

Tints of Portage #859CED

Color information

#859CED (or 0x859CED) is unknown color: approx Portage. HEX triplet: 85, 9C and ED. RGB value is (133,156,237). Sum of RGB (Red+Green+Blue) = 133+156+237=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #859CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CED is #7A6312. Grayscale: #9E9E9E. Windows color (decimal): -8020755 or 15572101. OLE color: 15572101.

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

Color convert

RGB133156237-
CMYK0.440.3400.07
HSL226.73º74.29%72.55%-
HSV(B)226.73º43.88%92.94%-
XYZ36.8534.8884.91-
YUV158.36172.38109.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=25.29%
G=29.66%
B=45.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331562370.440.3400.07226.7374.2972.55
Hex859CED2C2207e34a49
Octal205234355544207343112111
Binary10000101100111001110110110110010001001111110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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