Html Css Color HEX #879EE5 Portage

📋 copy color: '#879EE5'

red 135 ◦ green 158 ◦ blue 229

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

Shades of Portage #879EE5

Tints of Portage #879EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 25.86%
G = 30.27%
B = 43.87%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#879EE5 (or 0x879EE5) is known color: Portage. HEX triplet: 87, 9E and E5. RGB value is (135,158,229). Sum of RGB (Red+Green+Blue) = 135+158+229=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #879EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EE5 is #78611A. Grayscale: #9E9E9E. Windows color (decimal): -7889179 or 15048327. OLE color: 15048327.

HSL color Cylindrical-coordinate representation of color #879EE5: hue angle of 225.32º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #879EE5 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 158 229 -
CMYK 0.41 0.31 0 0.10
HSL 225.32º 0.64% 0.71% -
HSV(B) 225.32º 0.41% 0.9% -
XYZ 36.36 35.26 79.02 -
YUV 159.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 135 158 229 0.41 0.31 0 0.10 225.32 0.64 0.71
Hex 87 9E E5 29 1F 0 A E1 40 47
Octal 207 236 345 51 37 0 12 341 100 107
Binary 10000111 10011110 11100101 101001 11111 0 1010 11100001 1000000 1000111

Color Harmonies of #879EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EE5

Black with #879EE5

Text Example


Text Example

White with #879EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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