Html Css Color HEX #879BD2 Portage

📋 copy color: '#879BD2'

red 135 ◦ green 155 ◦ blue 210

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

Shades of Portage #879BD2

Tints of Portage #879BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42%

R = 27%
G = 31%
B = 42%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#879BD2 (or 0x879BD2) is known color: Portage. HEX triplet: 87, 9B and D2. RGB value is (135,155,210). Sum of RGB (Red+Green+Blue) = 135+155+210=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #879BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BD2 is #78642D. Grayscale: #9B9B9B. Windows color (decimal): -7889966 or 13802375. OLE color: 13802375.

HSL color Cylindrical-coordinate representation of color #879BD2: hue angle of 224º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #879BD2 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 155 210 -
CMYK 0.36 0.26 0 0.18
HSL 224º 0.45% 0.68% -
HSV(B) 224º 0.36% 0.82% -
XYZ 33.35 33.25 65.63 -
YUV 155.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 135 155 210 0.36 0.26 0 0.18 224 0.45 0.68
Hex 87 9B D2 24 1A 0 12 E0 2D 44
Octal 207 233 322 44 32 0 22 340 55 104
Binary 10000111 10011011 11010010 100100 11010 0 10010 11100000 101101 1000100

Color Harmonies of #879BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BD2

Black with #879BD2

Text Example


Text Example

White with #879BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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