Html Css Color HEX #849DAF Bali Hai

📋 copy color: '#849DAF'

red 132 ◦ green 157 ◦ blue 175

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

Shades of Bali Hai #849DAF

Tints of Bali Hai #849DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 28.45%
G = 33.84%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#849DAF (or 0x849DAF) is known color: Bali Hai. HEX triplet: 84, 9D and AF. RGB value is (132,157,175). Sum of RGB (Red+Green+Blue) = 132+157+175=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #849DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAF is #7B6250. Grayscale: #979797. Windows color (decimal): -8086097 or 11509124. OLE color: 11509124.

HSL color Cylindrical-coordinate representation of color #849DAF: hue angle of 205.12º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #849DAF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 157 175 -
CMYK 0.25 0.10 0 0.31
HSL 205.12º 0.21% 0.6% -
HSV(B) 205.12º 0.25% 0.69% -
XYZ 29.31 32.11 45.21 -
YUV 151.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 132 157 175 0.25 0.10 0 0.31 205.12 0.21 0.6
Hex 84 9D AF 19 A 0 1F CD 15 3C
Octal 204 235 257 31 12 0 37 315 25 74
Binary 10000100 10011101 10101111 11001 1010 0 11111 11001101 10101 111100

Color Harmonies of #849DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DAF

Black with #849DAF

Text Example


Text Example

White with #849DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,157,175); }

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

background-color css

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

 a { background-color: rgb(132,157,175); }

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

border-color css

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

 span { border-color: rgb(132,157,175); }

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