#858CCD

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

Shades of Portage #858CCD

Tints of Portage #858CCD

Color information

#858CCD (or 0x858CCD) is unknown color: approx Portage. HEX triplet: 85, 8C and CD. RGB value is (133,140,205). Sum of RGB (Red+Green+Blue) = 133+140+205=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #858CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCD is #7A7332. Grayscale: #919191. Windows color (decimal): -8024883 or 13470853. OLE color: 13470853.

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

Color convert

RGB133140205-
CMYK0.350.3200.20
HSL234.17º41.86%66.27%-
HSV(B)234.17º35.12%80.39%-
XYZ30.0728.1561.61-
YUV145.32161.68119.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=27.82%
G=29.29%
B=42.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331402050.350.3200.20234.1741.8666.27
Hex858CCD2320014ea2a42
Octal205214315434002435252102
Binary100001011000110011001101100011100000010100111010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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