Html Css Color HEX #879DD2 Portage

📋 copy color: '#879DD2'

red 135 ◦ green 157 ◦ blue 210

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

Shades of Portage #879DD2

Tints of Portage #879DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

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

R = 26.89%
G = 31.27%
B = 41.83%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#879DD2 (or 0x879DD2) is known color: Portage. HEX triplet: 87, 9D and D2. RGB value is (135,157,210). Sum of RGB (Red+Green+Blue) = 135+157+210=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #879DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DD2 is #78622D. Grayscale: #9C9C9C. Windows color (decimal): -7889454 or 13802887. OLE color: 13802887.

HSL color Cylindrical-coordinate representation of color #879DD2: hue angle of 222.4º 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 #879DD2 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 157 210 -
CMYK 0.36 0.25 0 0.18
HSL 222.4º 0.45% 0.68% -
HSV(B) 222.4º 0.36% 0.82% -
XYZ 33.68 33.92 65.74 -
YUV 156.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 135 157 210 0.36 0.25 0 0.18 222.4 0.45 0.68
Hex 87 9D D2 24 19 0 12 DE 2D 44
Octal 207 235 322 44 31 0 22 336 55 104
Binary 10000111 10011101 11010010 100100 11001 0 10010 11011110 101101 1000100

Color Harmonies of #879DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DD2

Black with #879DD2

Text Example


Text Example

White with #879DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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