Html Css Color HEX #879EDB Portage

📋 copy color: '#879EDB'

red 135 ◦ green 158 ◦ blue 219

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

Shades of Portage #879EDB

Tints of Portage #879EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

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

R = 26.37%
G = 30.86%
B = 42.77%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#879EDB (or 0x879EDB) is known color: Portage. HEX triplet: 87, 9E and DB. RGB value is (135,158,219). Sum of RGB (Red+Green+Blue) = 135+158+219=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #879EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EDB is #786124. Grayscale: #9D9D9D. Windows color (decimal): -7889189 or 14392967. OLE color: 14392967.

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

Color convert

RGB 135 158 219 -
CMYK 0.38 0.28 0 0.14
HSL 223.57º 0.54% 0.69% -
HSV(B) 223.57º 0.38% 0.86% -
XYZ 35 34.72 71.87 -
YUV 158.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 135 158 219 0.38 0.28 0 0.14 223.57 0.54 0.69
Hex 87 9E DB 26 1C 0 E E0 36 45
Octal 207 236 333 46 34 0 16 340 66 105
Binary 10000111 10011110 11011011 100110 11100 0 1110 11100000 110110 1000101

Color Harmonies of #879EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EDB

Black with #879EDB

Text Example


Text Example

White with #879EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879EDB; }

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

 H1.HeaderClassName
 {
   color: #879EDB;
 }
 .AnyTagClassName
 {
   color: #879EDB;
 }
</style>

background-color css

<style>
 a { background-color: #879EDB; }

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

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

border-color css

<style>
 span { border-color: #879EDB; }

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

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