Html Css Color HEX #878ADB Portage

📋 copy color: '#878ADB'

red 135 ◦ green 138 ◦ blue 219

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

Shades of Portage #878ADB

Tints of Portage #878ADB

RGB

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

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

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

R = 27.44%
G = 28.05%
B = 44.51%

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

#878ADB (or 0x878ADB) is known color: Portage. HEX triplet: 87, 8A and DB. RGB value is (135,138,219). Sum of RGB (Red+Green+Blue) = 135+138+219=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #878ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ADB is #787524. Grayscale: #929292. Windows color (decimal): -7894309 or 14387847. OLE color: 14387847.

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

Color convert

RGB 135 138 219 -
CMYK 0.38 0.37 0 0.14
HSL 237.86º 0.54% 0.69% -
HSV(B) 237.86º 0.38% 0.86% -
XYZ 31.87 28.44 70.83 -
YUV 146.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 135 138 219 0.38 0.37 0 0.14 237.86 0.54 0.69
Hex 87 8A DB 26 25 0 E EE 36 45
Octal 207 212 333 46 45 0 16 356 66 105
Binary 10000111 10001010 11011011 100110 100101 0 1110 11101110 110110 1000101

Color Harmonies of #878ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878ADB

Black with #878ADB

Text Example


Text Example

White with #878ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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