#859BED

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

Shades of Portage #859BED

Tints of Portage #859BED

Color information

#859BED (or 0x859BED) is unknown color: approx Portage. HEX triplet: 85, 9B and ED. RGB value is (133,155,237). Sum of RGB (Red+Green+Blue) = 133+155+237=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #859BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BED is #7A6412. Grayscale: #9D9D9D. Windows color (decimal): -8021011 or 15571845. OLE color: 15571845.

HSL color Cylindrical-coordinate representation of color #859BED: hue angle of 227.31º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859BED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133155237-
CMYK0.440.3500.07
HSL227.31º74.29%72.55%-
HSV(B)227.31º43.88%92.94%-
XYZ36.6834.5484.86-
YUV157.77172.71110.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=25.33%
G=29.52%
B=45.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331552370.440.3500.07227.3174.2972.55
Hex859BED2C2307e34a49
Octal205233355544307343112111
Binary10000101100110111110110110110010001101111110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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