Html Css Color HEX #879FDB Portage

📋 copy color: '#879FDB'

red 135 ◦ green 159 ◦ blue 219

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

Shades of Portage #879FDB

Tints of Portage #879FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.99%

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

R = 26.32%
G = 30.99%
B = 42.69%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#879FDB (or 0x879FDB) is known color: Portage. HEX triplet: 87, 9F and DB. RGB value is (135,159,219). Sum of RGB (Red+Green+Blue) = 135+159+219=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #879FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FDB is #786024. Grayscale: #9E9E9E. Windows color (decimal): -7888933 or 14393223. OLE color: 14393223.

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

Color convert

RGB 135 159 219 -
CMYK 0.38 0.27 0 0.14
HSL 222.86º 0.54% 0.69% -
HSV(B) 222.86º 0.38% 0.86% -
XYZ 35.18 35.06 71.93 -
YUV 158.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 135 159 219 0.38 0.27 0 0.14 222.86 0.54 0.69
Hex 87 9F DB 26 1B 0 E DF 36 45
Octal 207 237 333 46 33 0 16 337 66 105
Binary 10000111 10011111 11011011 100110 11011 0 1110 11011111 110110 1000101

Color Harmonies of #879FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FDB

Black with #879FDB

Text Example


Text Example

White with #879FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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