Html Css Color HEX #879CDB Portage

📋 copy color: '#879CDB'

red 135 ◦ green 156 ◦ blue 219

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

Shades of Portage #879CDB

Tints of Portage #879CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

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

R = 26.47%
G = 30.59%
B = 42.94%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#879CDB (or 0x879CDB) is known color: Portage. HEX triplet: 87, 9C and DB. RGB value is (135,156,219). Sum of RGB (Red+Green+Blue) = 135+156+219=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #879CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDB is #786324. Grayscale: #9C9C9C. Windows color (decimal): -7889701 or 14392455. OLE color: 14392455.

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

Color convert

RGB 135 156 219 -
CMYK 0.38 0.29 0 0.14
HSL 225º 0.54% 0.69% -
HSV(B) 225º 0.38% 0.86% -
XYZ 34.67 34.04 71.76 -
YUV 156.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 135 156 219 0.38 0.29 0 0.14 225 0.54 0.69
Hex 87 9C DB 26 1D 0 E E1 36 45
Octal 207 234 333 46 35 0 16 341 66 105
Binary 10000111 10011100 11011011 100110 11101 0 1110 11100001 110110 1000101

Color Harmonies of #879CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CDB

Black with #879CDB

Text Example


Text Example

White with #879CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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