Html Css Color HEX #878CDB Portage

📋 copy color: '#878CDB'

red 135 ◦ green 140 ◦ blue 219

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

Shades of Portage #878CDB

Tints of Portage #878CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 27.33%
G = 28.34%
B = 44.33%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878CDB (or 0x878CDB) is known color: Portage. HEX triplet: 87, 8C and DB. RGB value is (135,140,219). Sum of RGB (Red+Green+Blue) = 135+140+219=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #878CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CDB is #787324. Grayscale: #939393. Windows color (decimal): -7893797 or 14388359. OLE color: 14388359.

HSL color Cylindrical-coordinate representation of color #878CDB: hue angle of 236.43º 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 #878CDB is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 140 219 -
CMYK 0.38 0.36 0 0.14
HSL 236.43º 0.54% 0.69% -
HSV(B) 236.43º 0.38% 0.86% -
XYZ 32.16 29.02 70.92 -
YUV 147.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 135 140 219 0.38 0.36 0 0.14 236.43 0.54 0.69
Hex 87 8C DB 26 24 0 E EC 36 45
Octal 207 214 333 46 44 0 16 354 66 105
Binary 10000111 10001100 11011011 100110 100100 0 1110 11101100 110110 1000101

Color Harmonies of #878CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CDB

Black with #878CDB

Text Example


Text Example

White with #878CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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