Html Css Color HEX #879FE5 Portage

📋 copy color: '#879FE5'

red 135 ◦ green 159 ◦ blue 229

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

Shades of Portage #879FE5

Tints of Portage #879FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.4%

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

R = 25.81%
G = 30.4%
B = 43.79%

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

#879FE5 (or 0x879FE5) is known color: Portage. HEX triplet: 87, 9F and E5. RGB value is (135,159,229). Sum of RGB (Red+Green+Blue) = 135+159+229=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #879FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FE5 is #78601A. Grayscale: #9F9F9F. Windows color (decimal): -7888923 or 15048583. OLE color: 15048583.

HSL color Cylindrical-coordinate representation of color #879FE5: hue angle of 224.68º 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 #879FE5 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 159 229 -
CMYK 0.41 0.31 0 0.10
HSL 224.68º 0.64% 0.71% -
HSV(B) 224.68º 0.41% 0.9% -
XYZ 36.53 35.6 79.08 -
YUV 159.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 135 159 229 0.41 0.31 0 0.10 224.68 0.64 0.71
Hex 87 9F E5 29 1F 0 A E1 40 47
Octal 207 237 345 51 37 0 12 341 100 107
Binary 10000111 10011111 11100101 101001 11111 0 1010 11100001 1000000 1000111

Color Harmonies of #879FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FE5

Black with #879FE5

Text Example


Text Example

White with #879FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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