#858CCB

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

Shades of Portage #858CCB

Tints of Portage #858CCB

Color information

#858CCB (or 0x858CCB) is unknown color: approx Portage. HEX triplet: 85, 8C and CB. RGB value is (133,140,203). Sum of RGB (Red+Green+Blue) = 133+140+203=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #858CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCB is #7A7334. Grayscale: #909090. Windows color (decimal): -8024885 or 13339781. OLE color: 13339781.

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

Color convert

RGB133140203-
CMYK0.340.3100.20
HSL234º40.23%65.88%-
HSV(B)234º34.48%79.61%-
XYZ29.8328.0560.34-
YUV145.09160.68119.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=27.94%
G=29.41%
B=42.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331402030.340.3100.2023440.2365.88
Hex858CCB221F014ea2842
Octal205214313423702435250102
Binary10000101100011001100101110001011111010100111010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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