Html Css Color HEX #879EDA Portage

📋 copy color: '#879EDA'

red 135 ◦ green 158 ◦ blue 218

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

Shades of Portage #879EDA

Tints of Portage #879EDA

RGB

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

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

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

R = 26.42%
G = 30.92%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#879EDA (or 0x879EDA) is known color: Portage. HEX triplet: 87, 9E and DA. RGB value is (135,158,218). Sum of RGB (Red+Green+Blue) = 135+158+218=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #879EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EDA is #786125. Grayscale: #9D9D9D. Windows color (decimal): -7889190 or 14327431. OLE color: 14327431.

HSL color Cylindrical-coordinate representation of color #879EDA: hue angle of 223.37º 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 #879EDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 158 218 -
CMYK 0.38 0.28 0 0.15
HSL 223.37º 0.53% 0.69% -
HSV(B) 223.37º 0.38% 0.85% -
XYZ 34.87 34.67 71.18 -
YUV 157.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 135 158 218 0.38 0.28 0 0.15 223.37 0.53 0.69
Hex 87 9E DA 26 1C 0 F DF 35 45
Octal 207 236 332 46 34 0 17 337 65 105
Binary 10000111 10011110 11011010 100110 11100 0 1111 11011111 110101 1000101

Color Harmonies of #879EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EDA

Black with #879EDA

Text Example


Text Example

White with #879EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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