Html Css Color HEX #879BDB Portage

📋 copy color: '#879BDB'

red 135 ◦ green 155 ◦ blue 219

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

Shades of Portage #879BDB

Tints of Portage #879BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 26.52%
G = 30.45%
B = 43.03%

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

#879BDB (or 0x879BDB) is known color: Portage. HEX triplet: 87, 9B and DB. RGB value is (135,155,219). Sum of RGB (Red+Green+Blue) = 135+155+219=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #879BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BDB is #786424. Grayscale: #9C9C9C. Windows color (decimal): -7889957 or 14392199. OLE color: 14392199.

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

Color convert

RGB 135 155 219 -
CMYK 0.38 0.29 0 0.14
HSL 225.71º 0.54% 0.69% -
HSV(B) 225.71º 0.38% 0.86% -
XYZ 34.5 33.71 71.71 -
YUV 156.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 135 155 219 0.38 0.29 0 0.14 225.71 0.54 0.69
Hex 87 9B DB 26 1D 0 E E2 36 45
Octal 207 233 333 46 35 0 16 342 66 105
Binary 10000111 10011011 11011011 100110 11101 0 1110 11100010 110110 1000101

Color Harmonies of #879BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BDB

Black with #879BDB

Text Example


Text Example

White with #879BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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