Html Css Color HEX #879EDD Portage

📋 copy color: '#879EDD'

red 135 ◦ green 158 ◦ blue 221

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

Shades of Portage #879EDD

Tints of Portage #879EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 26.26%
G = 30.74%
B = 43%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#879EDD (or 0x879EDD) is known color: Portage. HEX triplet: 87, 9E and DD. RGB value is (135,158,221). Sum of RGB (Red+Green+Blue) = 135+158+221=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #879EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EDD is #786122. Grayscale: #9E9E9E. Windows color (decimal): -7889187 or 14524039. OLE color: 14524039.

HSL color Cylindrical-coordinate representation of color #879EDD: hue angle of 223.95º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879EDD is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 158 221 -
CMYK 0.39 0.29 0 0.13
HSL 223.95º 0.56% 0.7% -
HSV(B) 223.95º 0.39% 0.87% -
XYZ 35.27 34.83 73.27 -
YUV 158.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 135 158 221 0.39 0.29 0 0.13 223.95 0.56 0.7
Hex 87 9E DD 27 1D 0 D E0 38 46
Octal 207 236 335 47 35 0 15 340 70 106
Binary 10000111 10011110 11011101 100111 11101 0 1101 11100000 111000 1000110

Color Harmonies of #879EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EDD

Black with #879EDD

Text Example


Text Example

White with #879EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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