Html Css Color HEX #878ECC Portage

📋 copy color: '#878ECC'

red 135 ◦ green 142 ◦ blue 204

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

Shades of Portage #878ECC

Tints of Portage #878ECC

RGB

 RED value IS 135 (53.13% from 255) = 28.07%

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

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

R = 28.07%
G = 29.52%
B = 42.41%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#878ECC (or 0x878ECC) is known color: Portage. HEX triplet: 87, 8E and CC. RGB value is (135,142,204). Sum of RGB (Red+Green+Blue) = 135+142+204=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #878ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ECC is #787133. Grayscale: #929292. Windows color (decimal): -7893300 or 13405831. OLE color: 13405831.

HSL color Cylindrical-coordinate representation of color #878ECC: hue angle of 233.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878ECC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 142 204 -
CMYK 0.34 0.30 0 0.2
HSL 233.91º 0.4% 0.66% -
HSV(B) 233.91º 0.34% 0.8% -
XYZ 30.56 28.86 61.09 -
YUV 146.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 135 142 204 0.34 0.30 0 0.2 233.91 0.4 0.66
Hex 87 8E CC 22 1E 0 14 EA 28 42
Octal 207 216 314 42 36 0 24 352 50 102
Binary 10000111 10001110 11001100 100010 11110 0 10100 11101010 101000 1000010

Color Harmonies of #878ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878ECC

Black with #878ECC

Text Example


Text Example

White with #878ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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