Html Css Color HEX #849FAB Bali Hai

📋 copy color: '#849FAB'

red 132 ◦ green 159 ◦ blue 171

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

Shades of Bali Hai #849FAB

Tints of Bali Hai #849FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 28.57%
G = 34.42%
B = 37.01%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#849FAB (or 0x849FAB) is known color: Bali Hai. HEX triplet: 84, 9F and AB. RGB value is (132,159,171). Sum of RGB (Red+Green+Blue) = 132+159+171=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #849FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FAB is #7B6054. Grayscale: #989898. Windows color (decimal): -8085589 or 11247492. OLE color: 11247492.

HSL color Cylindrical-coordinate representation of color #849FAB: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #849FAB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 159 171 -
CMYK 0.23 0.07 0 0.33
HSL 198.46º 0.19% 0.59% -
HSV(B) 198.46º 0.23% 0.67% -
XYZ 29.26 32.64 43.29 -
YUV 152.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 132 159 171 0.23 0.07 0 0.33 198.46 0.19 0.59
Hex 84 9F AB 17 7 0 21 C6 13 3B
Octal 204 237 253 27 7 0 41 306 23 73
Binary 10000100 10011111 10101011 10111 111 0 100001 11000110 10011 111011

Color Harmonies of #849FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FAB

Black with #849FAB

Text Example


Text Example

White with #849FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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