Html Css Color HEX #878FDB Portage

📋 copy color: '#878FDB'

red 135 ◦ green 143 ◦ blue 219

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

Shades of Portage #878FDB

Tints of Portage #878FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

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

R = 27.16%
G = 28.77%
B = 44.06%

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

#878FDB (or 0x878FDB) is known color: Portage. HEX triplet: 87, 8F and DB. RGB value is (135,143,219). Sum of RGB (Red+Green+Blue) = 135+143+219=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #878FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDB is #787024. Grayscale: #949494. Windows color (decimal): -7893029 or 14389127. OLE color: 14389127.

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

Color convert

RGB 135 143 219 -
CMYK 0.38 0.35 0 0.14
HSL 234.29º 0.54% 0.69% -
HSV(B) 234.29º 0.38% 0.86% -
XYZ 32.6 29.91 71.07 -
YUV 149.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 135 143 219 0.38 0.35 0 0.14 234.29 0.54 0.69
Hex 87 8F DB 26 23 0 E EA 36 45
Octal 207 217 333 46 43 0 16 352 66 105
Binary 10000111 10001111 11011011 100110 100011 0 1110 11101010 110110 1000101

Color Harmonies of #878FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FDB

Black with #878FDB

Text Example


Text Example

White with #878FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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