Html Css Color HEX #878BDB Portage

📋 copy color: '#878BDB'

red 135 ◦ green 139 ◦ blue 219

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

Shades of Portage #878BDB

Tints of Portage #878BDB

RGB

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

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

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

R = 27.38%
G = 28.19%
B = 44.42%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878BDB (or 0x878BDB) is known color: Portage. HEX triplet: 87, 8B and DB. RGB value is (135,139,219). Sum of RGB (Red+Green+Blue) = 135+139+219=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #878BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BDB is #787424. Grayscale: #929292. Windows color (decimal): -7894053 or 14388103. OLE color: 14388103.

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

Color convert

RGB 135 139 219 -
CMYK 0.38 0.37 0 0.14
HSL 237.14º 0.54% 0.69% -
HSV(B) 237.14º 0.38% 0.86% -
XYZ 32.01 28.73 70.88 -
YUV 146.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 135 139 219 0.38 0.37 0 0.14 237.14 0.54 0.69
Hex 87 8B DB 26 25 0 E ED 36 45
Octal 207 213 333 46 45 0 16 355 66 105
Binary 10000111 10001011 11011011 100110 100101 0 1110 11101101 110110 1000101

Color Harmonies of #878BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BDB

Black with #878BDB

Text Example


Text Example

White with #878BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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