Html Css Color HEX #879DDB Portage

📋 copy color: '#879DDB'

red 135 ◦ green 157 ◦ blue 219

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

Shades of Portage #879DDB

Tints of Portage #879DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 26.42%
G = 30.72%
B = 42.86%

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

#879DDB (or 0x879DDB) is known color: Portage. HEX triplet: 87, 9D and DB. RGB value is (135,157,219). Sum of RGB (Red+Green+Blue) = 135+157+219=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #879DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DDB is #786224. Grayscale: #9D9D9D. Windows color (decimal): -7889445 or 14392711. OLE color: 14392711.

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

Color convert

RGB 135 157 219 -
CMYK 0.38 0.28 0 0.14
HSL 224.29º 0.54% 0.69% -
HSV(B) 224.29º 0.38% 0.86% -
XYZ 34.83 34.38 71.82 -
YUV 157.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 135 157 219 0.38 0.28 0 0.14 224.29 0.54 0.69
Hex 87 9D DB 26 1C 0 E E0 36 45
Octal 207 235 333 46 34 0 16 340 66 105
Binary 10000111 10011101 11011011 100110 11100 0 1110 11100000 110110 1000101

Color Harmonies of #879DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DDB

Black with #879DDB

Text Example


Text Example

White with #879DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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