Html Css Color HEX #879BDA Portage

📋 copy color: '#879BDA'

red 135 ◦ green 155 ◦ blue 218

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

Shades of Portage #879BDA

Tints of Portage #879BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 26.57%
G = 30.51%
B = 42.91%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#879BDA (or 0x879BDA) is known color: Portage. HEX triplet: 87, 9B and DA. RGB value is (135,155,218). Sum of RGB (Red+Green+Blue) = 135+155+218=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #879BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BDA is #786425. Grayscale: #9B9B9B. Windows color (decimal): -7889958 or 14326663. OLE color: 14326663.

HSL color Cylindrical-coordinate representation of color #879BDA: hue angle of 225.54º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #879BDA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 155 218 -
CMYK 0.38 0.29 0 0.15
HSL 225.54º 0.53% 0.69% -
HSV(B) 225.54º 0.38% 0.85% -
XYZ 34.37 33.66 71.01 -
YUV 156.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 135 155 218 0.38 0.29 0 0.15 225.54 0.53 0.69
Hex 87 9B DA 26 1D 0 F E2 35 45
Octal 207 233 332 46 35 0 17 342 65 105
Binary 10000111 10011011 11011010 100110 11101 0 1111 11100010 110101 1000101

Color Harmonies of #879BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BDA

Black with #879BDA

Text Example


Text Example

White with #879BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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