Html Css Color HEX #878EDB Portage

📋 copy color: '#878EDB'

red 135 ◦ green 142 ◦ blue 219

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

Shades of Portage #878EDB

Tints of Portage #878EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 27.22%
G = 28.63%
B = 44.15%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878EDB (or 0x878EDB) is known color: Portage. HEX triplet: 87, 8E and DB. RGB value is (135,142,219). Sum of RGB (Red+Green+Blue) = 135+142+219=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #878EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EDB is #787124. Grayscale: #949494. Windows color (decimal): -7893285 or 14388871. OLE color: 14388871.

HSL color Cylindrical-coordinate representation of color #878EDB: hue angle of 235º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878EDB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 142 219 -
CMYK 0.38 0.35 0 0.14
HSL 235º 0.54% 0.69% -
HSV(B) 235º 0.38% 0.86% -
XYZ 32.45 29.61 71.02 -
YUV 148.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 135 142 219 0.38 0.35 0 0.14 235 0.54 0.69
Hex 87 8E DB 26 23 0 E EB 36 45
Octal 207 216 333 46 43 0 16 353 66 105
Binary 10000111 10001110 11011011 100110 100011 0 1110 11101011 110110 1000101

Color Harmonies of #878EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EDB

Black with #878EDB

Text Example


Text Example

White with #878EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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