Html Css Color HEX #878FCD Portage

📋 copy color: '#878FCD'

red 135 ◦ green 143 ◦ blue 205

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

Shades of Portage #878FCD

Tints of Portage #878FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 27.95%
G = 29.61%
B = 42.44%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#878FCD (or 0x878FCD) is known color: Portage. HEX triplet: 87, 8F and CD. RGB value is (135,143,205). Sum of RGB (Red+Green+Blue) = 135+143+205=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #878FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FCD is #787032. Grayscale: #939393. Windows color (decimal): -7893043 or 13471623. OLE color: 13471623.

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

Color convert

RGB 135 143 205 -
CMYK 0.34 0.30 0 0.20
HSL 233.14º 0.41% 0.67% -
HSV(B) 233.14º 0.34% 0.8% -
XYZ 30.83 29.2 61.77 -
YUV 147.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 135 143 205 0.34 0.30 0 0.20 233.14 0.41 0.67
Hex 87 8F CD 22 1E 0 14 E9 29 43
Octal 207 217 315 42 36 0 24 351 51 103
Binary 10000111 10001111 11001101 100010 11110 0 10100 11101001 101001 1000011

Color Harmonies of #878FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FCD

Black with #878FCD

Text Example


Text Example

White with #878FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,205); }

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

background-color css

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

 a { background-color: rgb(135,143,205); }

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

border-color css

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

 span { border-color: rgb(135,143,205); }

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