#858CCE

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

Shades of Portage #858CCE

Tints of Portage #858CCE

Color information

#858CCE (or 0x858CCE) is unknown color: approx Portage. HEX triplet: 85, 8C and CE. RGB value is (133,140,206). Sum of RGB (Red+Green+Blue) = 133+140+206=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #858CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCE is #7A7331. Grayscale: #919191. Windows color (decimal): -8024882 or 13536389. OLE color: 13536389.

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

Color convert

RGB133140206-
CMYK0.350.3200.19
HSL234.25º42.69%66.47%-
HSV(B)234.25º35.44%80.78%-
XYZ30.1928.262.24-
YUV145.43162.18119.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=27.77%
G=29.23%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331402060.350.3200.19234.2542.6966.47
Hex858CCE2320013ea2b42
Octal205214316434002335253102
Binary100001011000110011001110100011100000010011111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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