Html Css Color HEX #879FAA Bali Hai

📋 copy color: '#879FAA'

red 135 ◦ green 159 ◦ blue 170

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

Shades of Bali Hai #879FAA

Tints of Bali Hai #879FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 29.09%
G = 34.27%
B = 36.64%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#879FAA (or 0x879FAA) is known color: Bali Hai. HEX triplet: 87, 9F and AA. RGB value is (135,159,170). Sum of RGB (Red+Green+Blue) = 135+159+170=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #879FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879FAA is #786055. Grayscale: #999999. Windows color (decimal): -7888982 or 11181959. OLE color: 11181959.

HSL color Cylindrical-coordinate representation of color #879FAA: hue angle of 198.86º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #879FAA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 159 170 -
CMYK 0.21 0.06 0 0.33
HSL 198.86º 0.17% 0.6% -
HSV(B) 198.86º 0.21% 0.67% -
XYZ 29.65 32.85 42.81 -
YUV 153.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 135 159 170 0.21 0.06 0 0.33 198.86 0.17 0.6
Hex 87 9F AA 15 6 0 21 C7 11 3C
Octal 207 237 252 25 6 0 41 307 21 74
Binary 10000111 10011111 10101010 10101 110 0 100001 11000111 10001 111100

Color Harmonies of #879FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FAA

Black with #879FAA

Text Example


Text Example

White with #879FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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