#858ACB

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

Shades of Portage #858ACB

Tints of Portage #858ACB

Color information

#858ACB (or 0x858ACB) is unknown color: approx Portage. HEX triplet: 85, 8A and CB. RGB value is (133,138,203). Sum of RGB (Red+Green+Blue) = 133+138+203=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #858ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACB is #7A7534. Grayscale: #8F8F8F. Windows color (decimal): -8025397 or 13339269. OLE color: 13339269.

HSL color Cylindrical-coordinate representation of color #858ACB: hue angle of 235.71º 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 #858ACB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133138203-
CMYK0.340.3200.20
HSL235.71º40.23%65.88%-
HSV(B)235.71º34.48%79.61%-
XYZ29.5427.4860.25-
YUV143.92161.34120.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.06%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=28.06%
G=29.11%
B=42.83%

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
Decimal1331382030.340.3200.20235.7140.2365.88
Hex858ACB2220014ec2842
Octal205212313424002435450102
Binary100001011000101011001011100010100000010100111011001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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