#859BDA

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

Shades of Portage #859BDA

Tints of Portage #859BDA

Color information

#859BDA (or 0x859BDA) is unknown color: approx Portage. HEX triplet: 85, 9B and DA. RGB value is (133,155,218). Sum of RGB (Red+Green+Blue) = 133+155+218=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #859BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BDA is #7A6425. Grayscale: #9B9B9B. Windows color (decimal): -8021030 or 14326661. OLE color: 14326661.

HSL color Cylindrical-coordinate representation of color #859BDA: hue angle of 224.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859BDA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133155218-
CMYK0.390.2900.15
HSL224.47º53.46%68.82%-
HSV(B)224.47º38.99%85.49%-
XYZ34.0533.4971-
YUV155.6163.21111.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=26.28%
G=30.63%
B=43.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331552180.390.2900.15224.4753.4668.82
Hex859BDA271D0Fe03545
Octal205233332473501734065105
Binary1000010110011011110110101001111110101111111000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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