Html Css Color HEX #878BCD Portage

📋 copy color: '#878BCD'

red 135 ◦ green 139 ◦ blue 205

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

Shades of Portage #878BCD

Tints of Portage #878BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.02%

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

R = 28.18%
G = 29.02%
B = 42.8%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#878BCD (or 0x878BCD) is known color: Portage. HEX triplet: 87, 8B and CD. RGB value is (135,139,205). Sum of RGB (Red+Green+Blue) = 135+139+205=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 139 (54.69% from 255 or 29.02% 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 #878BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BCD is #787432. Grayscale: #919191. Windows color (decimal): -7894067 or 13470599. OLE color: 13470599.

HSL color Cylindrical-coordinate representation of color #878BCD: hue angle of 236.57º 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 #878BCD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 139 205 -
CMYK 0.34 0.32 0 0.20
HSL 236.57º 0.41% 0.67% -
HSV(B) 236.57º 0.34% 0.8% -
XYZ 30.24 28.02 61.57 -
YUV 145.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 135 139 205 0.34 0.32 0 0.20 236.57 0.41 0.67
Hex 87 8B CD 22 20 0 14 ED 29 43
Octal 207 213 315 42 40 0 24 355 51 103
Binary 10000111 10001011 11001101 100010 100000 0 10100 11101101 101001 1000011

Color Harmonies of #878BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BCD

Black with #878BCD

Text Example


Text Example

White with #878BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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