Html Css Color HEX #849FAD Bali Hai

📋 copy color: '#849FAD'

red 132 ◦ green 159 ◦ blue 173

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

Shades of Bali Hai #849FAD

Tints of Bali Hai #849FAD

RGB

 RED value IS 132 (51.95% from 255) = 28.45%

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

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

R = 28.45%
G = 34.27%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#849FAD (or 0x849FAD) is known color: Bali Hai. HEX triplet: 84, 9F and AD. RGB value is (132,159,173). Sum of RGB (Red+Green+Blue) = 132+159+173=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #849FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FAD is #7B6052. Grayscale: #989898. Windows color (decimal): -8085587 or 11378564. OLE color: 11378564.

HSL color Cylindrical-coordinate representation of color #849FAD: hue angle of 200.49º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849FAD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 159 173 -
CMYK 0.24 0.08 0 0.32
HSL 200.49º 0.2% 0.6% -
HSV(B) 200.49º 0.24% 0.68% -
XYZ 29.46 32.72 44.3 -
YUV 152.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 132 159 173 0.24 0.08 0 0.32 200.49 0.2 0.6
Hex 84 9F AD 18 8 0 20 C8 14 3C
Octal 204 237 255 30 10 0 40 310 24 74
Binary 10000100 10011111 10101101 11000 1000 0 100000 11001000 10100 111100

Color Harmonies of #849FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FAD

Black with #849FAD

Text Example


Text Example

White with #849FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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