Html Css Color HEX #878EE1 Portage

📋 copy color: '#878EE1'

red 135 ◦ green 142 ◦ blue 225

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

Shades of Portage #878EE1

Tints of Portage #878EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 26.89%
G = 28.29%
B = 44.82%

CMYK

 C value IS 0.4

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#878EE1 (or 0x878EE1) is known color: Portage. HEX triplet: 87, 8E and E1. RGB value is (135,142,225). Sum of RGB (Red+Green+Blue) = 135+142+225=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #878EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EE1 is #78711E. Grayscale: #959595. Windows color (decimal): -7893279 or 14782087. OLE color: 14782087.

HSL color Cylindrical-coordinate representation of color #878EE1: hue angle of 235.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878EE1 is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 142 225 -
CMYK 0.4 0.37 0 0.12
HSL 235.33º 0.6% 0.71% -
HSV(B) 235.33º 0.4% 0.88% -
XYZ 33.26 29.93 75.26 -
YUV 149.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 135 142 225 0.4 0.37 0 0.12 235.33 0.6 0.71
Hex 87 8E E1 28 25 0 C EB 3C 47
Octal 207 216 341 50 45 0 14 353 74 107
Binary 10000111 10001110 11100001 101000 100101 0 1100 11101011 111100 1000111

Color Harmonies of #878EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EE1

Black with #878EE1

Text Example


Text Example

White with #878EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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