#859BDC

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

Shades of Portage #859BDC

Tints of Portage #859BDC

Color information

#859BDC (or 0x859BDC) is unknown color: approx Portage. HEX triplet: 85, 9B and DC. RGB value is (133,155,220). Sum of RGB (Red+Green+Blue) = 133+155+220=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #859BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BDC is #7A6423. Grayscale: #9B9B9B. Windows color (decimal): -8021028 or 14457733. OLE color: 14457733.

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

Color convert

RGB133155220-
CMYK0.400.3000.14
HSL224.83º55.41%69.22%-
HSV(B)224.83º39.55%86.27%-
XYZ34.3133.672.39-
YUV155.83164.21111.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=26.18%
G=30.51%
B=43.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331552200.400.3000.14224.8355.4169.22
Hex859BDC281E0Ee13745
Octal205233334503601634167105
Binary1000010110011011110111001010001111001110111000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,155,220); }

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

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

 a { background-color: rgb(133,155,220); }

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

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

 span { border-color: rgb(133,155,220); }

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