Html Css Color HEX #849AAD Bali Hai

📋 copy color: '#849AAD'

red 132 ◦ green 154 ◦ blue 173

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

Shades of Bali Hai #849AAD

Tints of Bali Hai #849AAD

RGB

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

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

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

R = 28.76%
G = 33.55%
B = 37.69%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#849AAD (or 0x849AAD) is known color: Bali Hai. HEX triplet: 84, 9A and AD. RGB value is (132,154,173). Sum of RGB (Red+Green+Blue) = 132+154+173=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #849AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AAD is #7B6552. Grayscale: #959595. Windows color (decimal): -8086867 or 11377284. OLE color: 11377284.

HSL color Cylindrical-coordinate representation of color #849AAD: hue angle of 207.8º 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 #849AAD is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 154 173 -
CMYK 0.24 0.11 0 0.32
HSL 207.8º 0.2% 0.6% -
HSV(B) 207.8º 0.24% 0.68% -
XYZ 28.61 31.03 44.02 -
YUV 149.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 132 154 173 0.24 0.11 0 0.32 207.8 0.2 0.6
Hex 84 9A AD 18 B 0 20 D0 14 3C
Octal 204 232 255 30 13 0 40 320 24 74
Binary 10000100 10011010 10101101 11000 1011 0 100000 11010000 10100 111100

Color Harmonies of #849AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AAD

Black with #849AAD

Text Example


Text Example

White with #849AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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