#859ADD

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

Shades of Portage #859ADD

Tints of Portage #859ADD

Color information

#859ADD (or 0x859ADD) is unknown color: approx Portage. HEX triplet: 85, 9A and DD. RGB value is (133,154,221). Sum of RGB (Red+Green+Blue) = 133+154+221=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #859ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ADD is #7A6522. Grayscale: #9B9B9B. Windows color (decimal): -8021283 or 14523013. OLE color: 14523013.

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

Color convert

RGB133154221-
CMYK0.400.3000.13
HSL225.68º56.41%69.41%-
HSV(B)225.68º39.82%86.67%-
XYZ34.2833.3273.03-
YUV155.36165.04112.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=26.18%
G=30.31%
B=43.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331542210.400.3000.13225.6856.4169.41
Hex859ADD281E0De23845
Octal205232335503601534270105
Binary1000010110011010110111011010001111001101111000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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