Html Css Color HEX #878EDC Portage

📋 copy color: '#878EDC'

red 135 ◦ green 142 ◦ blue 220

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

Shades of Portage #878EDC

Tints of Portage #878EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 27.16%
G = 28.57%
B = 44.27%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878EDC (or 0x878EDC) is known color: Portage. HEX triplet: 87, 8E and DC. RGB value is (135,142,220). Sum of RGB (Red+Green+Blue) = 135+142+220=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #878EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EDC is #787123. Grayscale: #949494. Windows color (decimal): -7893284 or 14454407. OLE color: 14454407.

HSL color Cylindrical-coordinate representation of color #878EDC: hue angle of 235.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878EDC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 142 220 -
CMYK 0.39 0.35 0 0.14
HSL 235.06º 0.55% 0.7% -
HSV(B) 235.06º 0.39% 0.86% -
XYZ 32.58 29.66 71.72 -
YUV 148.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 135 142 220 0.39 0.35 0 0.14 235.06 0.55 0.7
Hex 87 8E DC 27 23 0 E EB 37 46
Octal 207 216 334 47 43 0 16 353 67 106
Binary 10000111 10001110 11011100 100111 100011 0 1110 11101011 110111 1000110

Color Harmonies of #878EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EDC

Black with #878EDC

Text Example


Text Example

White with #878EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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