Html Css Color HEX #858ECC Portage

📋 copy color: '#858ECC'

red 133 ◦ green 142 ◦ blue 204

#858ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #858ECC

Tints of Portage #858ECC

RGB

 RED value IS 133 (52.34% from 255) = 27.77%

 GREEN value IS 142 (55.86% from 255) = 29.65%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 27.77%
G = 29.65%
B = 42.59%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#858ECC (or 0x858ECC) is known color: Portage. HEX triplet: 85, 8E and CC. RGB value is (133,142,204). Sum of RGB (Red+Green+Blue) = 133+142+204=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #858ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ECC is #7A7133. Grayscale: #929292. Windows color (decimal): -8024372 or 13405829. OLE color: 13405829.

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

Color convert

RGB 133 142 204 -
CMYK 0.35 0.30 0 0.2
HSL 232.39º 0.41% 0.66% -
HSV(B) 232.39º 0.35% 0.8% -
XYZ 30.24 28.69 61.07 -
YUV 146.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 133 142 204 0.35 0.30 0 0.2 232.39 0.41 0.66
Hex 85 8E CC 23 1E 0 14 E8 29 42
Octal 205 216 314 43 36 0 24 350 51 102
Binary 10000101 10001110 11001100 100011 11110 0 10100 11101000 101001 1000010

Color Harmonies of #858ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ECC

Black with #858ECC

Text Example


Text Example

White with #858ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #858ECC;
 }
 .AnyTagClassName
 {
   color: #858ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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