Html Css Color HEX #878AD9 Portage

📋 copy color: '#878AD9'

red 135 ◦ green 138 ◦ blue 217

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

Shades of Portage #878AD9

Tints of Portage #878AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 27.55%
G = 28.16%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#878AD9 (or 0x878AD9) is known color: Portage. HEX triplet: 87, 8A and D9. RGB value is (135,138,217). Sum of RGB (Red+Green+Blue) = 135+138+217=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #878AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AD9 is #787526. Grayscale: #919191. Windows color (decimal): -7894311 or 14256775. OLE color: 14256775.

HSL color Cylindrical-coordinate representation of color #878AD9: hue angle of 237.8º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878AD9 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 138 217 -
CMYK 0.38 0.36 0 0.15
HSL 237.8º 0.52% 0.69% -
HSV(B) 237.8º 0.38% 0.85% -
XYZ 31.6 28.34 69.45 -
YUV 146.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 135 138 217 0.38 0.36 0 0.15 237.8 0.52 0.69
Hex 87 8A D9 26 24 0 F EE 34 45
Octal 207 212 331 46 44 0 17 356 64 105
Binary 10000111 10001010 11011001 100110 100100 0 1111 11101110 110100 1000101

Color Harmonies of #878AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AD9

Black with #878AD9

Text Example


Text Example

White with #878AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,138,217); }

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

background-color css

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

 a { background-color: rgb(135,138,217); }

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

border-color css

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

 span { border-color: rgb(135,138,217); }

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