Html Css Color HEX #878DDB Portage

📋 copy color: '#878DDB'

red 135 ◦ green 141 ◦ blue 219

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

Shades of Portage #878DDB

Tints of Portage #878DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.48%

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

R = 27.27%
G = 28.48%
B = 44.24%

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

#878DDB (or 0x878DDB) is known color: Portage. HEX triplet: 87, 8D and DB. RGB value is (135,141,219). Sum of RGB (Red+Green+Blue) = 135+141+219=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #878DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DDB is #787224. Grayscale: #939393. Windows color (decimal): -7893541 or 14388615. OLE color: 14388615.

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

Color convert

RGB 135 141 219 -
CMYK 0.38 0.36 0 0.14
HSL 235.71º 0.54% 0.69% -
HSV(B) 235.71º 0.38% 0.86% -
XYZ 32.3 29.32 70.97 -
YUV 148.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 135 141 219 0.38 0.36 0 0.14 235.71 0.54 0.69
Hex 87 8D DB 26 24 0 E EC 36 45
Octal 207 215 333 46 44 0 16 354 66 105
Binary 10000111 10001101 11011011 100110 100100 0 1110 11101100 110110 1000101

Color Harmonies of #878DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DDB

Black with #878DDB

Text Example


Text Example

White with #878DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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