#858BCC

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

Shades of Portage #858BCC

Tints of Portage #858BCC

Color information

#858BCC (or 0x858BCC) is unknown color: approx Portage. HEX triplet: 85, 8B and CC. RGB value is (133,139,204). Sum of RGB (Red+Green+Blue) = 133+139+204=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #858BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCC is #7A7433. Grayscale: #909090. Windows color (decimal): -8025140 or 13405061. OLE color: 13405061.

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

Color convert

RGB133139204-
CMYK0.350.3200.2
HSL234.93º41.04%66.08%-
HSV(B)234.93º34.8%80%-
XYZ29.827.8160.92-
YUV144.62161.51119.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=27.94%
G=29.20%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331392040.350.3200.2234.9341.0466.08
Hex858BCC2320014eb2942
Octal205213314434002435351102
Binary100001011000101111001100100011100000010100111010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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