#858DCD

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

Shades of Portage #858DCD

Tints of Portage #858DCD

Color information

#858DCD (or 0x858DCD) is unknown color: approx Portage. HEX triplet: 85, 8D and CD. RGB value is (133,141,205). Sum of RGB (Red+Green+Blue) = 133+141+205=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #858DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCD is #7A7232. Grayscale: #919191. Windows color (decimal): -8024627 or 13471109. OLE color: 13471109.

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

Color convert

RGB133141205-
CMYK0.350.3100.20
HSL233.33º41.86%66.27%-
HSV(B)233.33º35.12%80.39%-
XYZ30.2228.4461.66-
YUV145.9161.35118.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=27.77%
G=29.44%
B=42.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331412050.350.3100.20233.3341.8666.27
Hex858DCD231F014e92a42
Octal205215315433702435152102
Binary10000101100011011100110110001111111010100111010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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