Html Css Color HEX #879EE1 Portage

📋 copy color: '#879EE1'

red 135 ◦ green 158 ◦ blue 225

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

Shades of Portage #879EE1

Tints of Portage #879EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 26.06%
G = 30.5%
B = 43.44%

CMYK

 C value IS 0.4

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#879EE1 (or 0x879EE1) is known color: Portage. HEX triplet: 87, 9E and E1. RGB value is (135,158,225). Sum of RGB (Red+Green+Blue) = 135+158+225=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #879EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EE1 is #78611E. Grayscale: #9E9E9E. Windows color (decimal): -7889183 or 14786183. OLE color: 14786183.

HSL color Cylindrical-coordinate representation of color #879EE1: hue angle of 224.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #879EE1 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 158 225 -
CMYK 0.4 0.30 0 0.12
HSL 224.67º 0.6% 0.71% -
HSV(B) 224.67º 0.4% 0.88% -
XYZ 35.81 35.04 76.11 -
YUV 158.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 135 158 225 0.4 0.30 0 0.12 224.67 0.6 0.71
Hex 87 9E E1 28 1E 0 C E1 3C 47
Octal 207 236 341 50 36 0 14 341 74 107
Binary 10000111 10011110 11100001 101000 11110 0 1100 11100001 111100 1000111

Color Harmonies of #879EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EE1

Black with #879EE1

Text Example


Text Example

White with #879EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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