#858BCB

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

Shades of Portage #858BCB

Tints of Portage #858BCB

Color information

#858BCB (or 0x858BCB) is unknown color: approx Portage. HEX triplet: 85, 8B and CB. RGB value is (133,139,203). Sum of RGB (Red+Green+Blue) = 133+139+203=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #858BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCB is #7A7434. Grayscale: #909090. Windows color (decimal): -8025141 or 13339525. OLE color: 13339525.

HSL color Cylindrical-coordinate representation of color #858BCB: hue angle of 234.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858BCB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133139203-
CMYK0.340.3200.20
HSL234.86º40.23%65.88%-
HSV(B)234.86º34.48%79.61%-
XYZ29.6827.7660.29-
YUV144.5161.01119.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=28%
G=29.26%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331392030.340.3200.20234.8640.2365.88
Hex858BCB2220014eb2842
Octal205213313424002435350102
Binary100001011000101111001011100010100000010100111010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858BCB; }

 p { color: rgb(133,139,203); }

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

<style>
 a { background-color: #858BCB; }

 a { background-color: rgb(133,139,203); }

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

<style>
 span { border-color: #858BCB; }

 span { border-color: rgb(133,139,203); }

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