Html Css Color HEX #879AAD Bali Hai

📋 copy color: '#879AAD'

red 135 ◦ green 154 ◦ blue 173

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

Shades of Bali Hai #879AAD

Tints of Bali Hai #879AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 29.22%
G = 33.33%
B = 37.45%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#879AAD (or 0x879AAD) is known color: Bali Hai. HEX triplet: 87, 9A and AD. RGB value is (135,154,173). Sum of RGB (Red+Green+Blue) = 135+154+173=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #879AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AAD is #786552. Grayscale: #969696. Windows color (decimal): -7890259 or 11377287. OLE color: 11377287.

HSL color Cylindrical-coordinate representation of color #879AAD: hue angle of 210º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879AAD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 154 173 -
CMYK 0.22 0.11 0 0.32
HSL 210º 0.19% 0.6% -
HSV(B) 210º 0.22% 0.68% -
XYZ 29.09 31.28 44.04 -
YUV 150.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 135 154 173 0.22 0.11 0 0.32 210 0.19 0.6
Hex 87 9A AD 16 B 0 20 D2 13 3C
Octal 207 232 255 26 13 0 40 322 23 74
Binary 10000111 10011010 10101101 10110 1011 0 100000 11010010 10011 111100

Color Harmonies of #879AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879AAD

Black with #879AAD

Text Example


Text Example

White with #879AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,154,173); }

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

background-color css

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

 a { background-color: rgb(135,154,173); }

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

border-color css

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

 span { border-color: rgb(135,154,173); }

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