Html Css Color HEX #879FAD Bali Hai

📋 copy color: '#879FAD'

red 135 ◦ green 159 ◦ blue 173

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

Shades of Bali Hai #879FAD

Tints of Bali Hai #879FAD

RGB

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

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

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

R = 28.91%
G = 34.05%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#879FAD (or 0x879FAD) is known color: Bali Hai. HEX triplet: 87, 9F and AD. RGB value is (135,159,173). Sum of RGB (Red+Green+Blue) = 135+159+173=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #879FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879FAD is #786052. Grayscale: #999999. Windows color (decimal): -7888979 or 11378567. OLE color: 11378567.

HSL color Cylindrical-coordinate representation of color #879FAD: hue angle of 202.11º 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 #879FAD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 159 173 -
CMYK 0.22 0.08 0 0.32
HSL 202.11º 0.19% 0.6% -
HSV(B) 202.11º 0.22% 0.68% -
XYZ 29.93 32.96 44.32 -
YUV 153.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 135 159 173 0.22 0.08 0 0.32 202.11 0.19 0.6
Hex 87 9F AD 16 8 0 20 CA 13 3C
Octal 207 237 255 26 10 0 40 312 23 74
Binary 10000111 10011111 10101101 10110 1000 0 100000 11001010 10011 111100

Color Harmonies of #879FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FAD

Black with #879FAD

Text Example


Text Example

White with #879FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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