Html Css Color HEX #879BDD Portage

📋 copy color: '#879BDD'

red 135 ◦ green 155 ◦ blue 221

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

Shades of Portage #879BDD

Tints of Portage #879BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 26.42%
G = 30.33%
B = 43.25%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#879BDD (or 0x879BDD) is known color: Portage. HEX triplet: 87, 9B and DD. RGB value is (135,155,221). Sum of RGB (Red+Green+Blue) = 135+155+221=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #879BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BDD is #786422. Grayscale: #9C9C9C. Windows color (decimal): -7889955 or 14523271. OLE color: 14523271.

HSL color Cylindrical-coordinate representation of color #879BDD: hue angle of 226.05º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879BDD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 155 221 -
CMYK 0.39 0.30 0 0.13
HSL 226.05º 0.56% 0.7% -
HSV(B) 226.05º 0.39% 0.87% -
XYZ 34.76 33.81 73.1 -
YUV 156.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 135 155 221 0.39 0.30 0 0.13 226.05 0.56 0.7
Hex 87 9B DD 27 1E 0 D E2 38 46
Octal 207 233 335 47 36 0 15 342 70 106
Binary 10000111 10011011 11011101 100111 11110 0 1101 11100010 111000 1000110

Color Harmonies of #879BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BDD

Black with #879BDD

Text Example


Text Example

White with #879BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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