#859DEA

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

Shades of Portage #859DEA

Tints of Portage #859DEA

Color information

#859DEA (or 0x859DEA) is unknown color: approx Portage. HEX triplet: 85, 9D and EA. RGB value is (133,157,234). Sum of RGB (Red+Green+Blue) = 133+157+234=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #859DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DEA is #7A6215. Grayscale: #9E9E9E. Windows color (decimal): -8020502 or 15375749. OLE color: 15375749.

HSL color Cylindrical-coordinate representation of color #859DEA: hue angle of 225.74º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859DEA is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133157234-
CMYK0.430.3300.08
HSL225.74º70.63%71.96%-
HSV(B)225.74º43.16%91.76%-
XYZ36.5835.0482.68-
YUV158.6170.55109.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=25.38%
G=29.96%
B=44.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331572340.430.3300.08225.7470.6371.96
Hex859DEA2B2108e24748
Octal2052353525341010342107110
Binary100001011001110111101010101011100001010001110001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,234); }

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

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

 a { background-color: rgb(133,157,234); }

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

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

 span { border-color: rgb(133,157,234); }

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