Html Css Color HEX #878BC9 Portage

📋 copy color: '#878BC9'

red 135 ◦ green 139 ◦ blue 201

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

Shades of Portage #878BC9

Tints of Portage #878BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 28.42%
G = 29.26%
B = 42.32%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#878BC9 (or 0x878BC9) is known color: Portage. HEX triplet: 87, 8B and C9. RGB value is (135,139,201). Sum of RGB (Red+Green+Blue) = 135+139+201=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #878BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BC9 is #787436. Grayscale: #909090. Windows color (decimal): -7894071 or 13208455. OLE color: 13208455.

HSL color Cylindrical-coordinate representation of color #878BC9: hue angle of 236.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #878BC9 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 139 201 -
CMYK 0.33 0.31 0 0.21
HSL 236.36º 0.38% 0.66% -
HSV(B) 236.36º 0.33% 0.79% -
XYZ 29.77 27.83 59.06 -
YUV 144.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 135 139 201 0.33 0.31 0 0.21 236.36 0.38 0.66
Hex 87 8B C9 21 1F 0 15 EC 26 42
Octal 207 213 311 41 37 0 25 354 46 102
Binary 10000111 10001011 11001001 100001 11111 0 10101 11101100 100110 1000010

Color Harmonies of #878BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BC9

Black with #878BC9

Text Example


Text Example

White with #878BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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