Html Css Color HEX #879ED2 Portage

📋 copy color: '#879ED2'

red 135 ◦ green 158 ◦ blue 210

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

Shades of Portage #879ED2

Tints of Portage #879ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

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

R = 26.84%
G = 31.41%
B = 41.75%

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

#879ED2 (or 0x879ED2) is known color: Portage. HEX triplet: 87, 9E and D2. RGB value is (135,158,210). Sum of RGB (Red+Green+Blue) = 135+158+210=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #879ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ED2 is #78612D. Grayscale: #9C9C9C. Windows color (decimal): -7889198 or 13803143. OLE color: 13803143.

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

Color convert

RGB 135 158 210 -
CMYK 0.36 0.25 0 0.18
HSL 221.6º 0.45% 0.68% -
HSV(B) 221.6º 0.36% 0.82% -
XYZ 33.85 34.26 65.8 -
YUV 157.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 135 158 210 0.36 0.25 0 0.18 221.6 0.45 0.68
Hex 87 9E D2 24 19 0 12 DE 2D 44
Octal 207 236 322 44 31 0 22 336 55 104
Binary 10000111 10011110 11010010 100100 11001 0 10010 11011110 101101 1000100

Color Harmonies of #879ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ED2

Black with #879ED2

Text Example


Text Example

White with #879ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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