#859ADE

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

Shades of Portage #859ADE

Tints of Portage #859ADE

Color information

#859ADE (or 0x859ADE) is unknown color: approx Portage. HEX triplet: 85, 9A and DE. RGB value is (133,154,222). Sum of RGB (Red+Green+Blue) = 133+154+222=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #859ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ADE is #7A6521. Grayscale: #9B9B9B. Windows color (decimal): -8021282 or 14588549. OLE color: 14588549.

HSL color Cylindrical-coordinate representation of color #859ADE: hue angle of 225.84º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859ADE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133154222-
CMYK0.400.3100.13
HSL225.84º57.42%69.61%-
HSV(B)225.84º40.09%87.06%-
XYZ34.4133.3773.73-
YUV155.47165.54111.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=26.13%
G=30.26%
B=43.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331542220.400.3100.13225.8457.4269.61
Hex859ADE281F0De23946
Octal205232336503701534271106
Binary1000010110011010110111101010001111101101111000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,154,222); }

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

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

 a { background-color: rgb(133,154,222); }

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

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

 span { border-color: rgb(133,154,222); }

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