Html Css Color HEX #849CA8 Bali Hai

📋 copy color: '#849CA8'

red 132 ◦ green 156 ◦ blue 168

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

Shades of Bali Hai #849CA8

Tints of Bali Hai #849CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 28.95%
G = 34.21%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#849CA8 (or 0x849CA8) is known color: Bali Hai. HEX triplet: 84, 9C and A8. RGB value is (132,156,168). Sum of RGB (Red+Green+Blue) = 132+156+168=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 168 - color contains mainly: blue. Hex color #849CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CA8 is #7B6357. Grayscale: #969696. Windows color (decimal): -8086360 or 11050116. OLE color: 11050116.

HSL color Cylindrical-coordinate representation of color #849CA8: hue angle of 200º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #849CA8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 156 168 -
CMYK 0.21 0.07 0 0.34
HSL 200º 0.17% 0.59% -
HSV(B) 200º 0.21% 0.66% -
XYZ 28.47 31.51 41.63 -
YUV 150.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 132 156 168 0.21 0.07 0 0.34 200 0.17 0.59
Hex 84 9C A8 15 7 0 22 C8 11 3B
Octal 204 234 250 25 7 0 42 310 21 73
Binary 10000100 10011100 10101000 10101 111 0 100010 11001000 10001 111011

Color Harmonies of #849CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CA8

Black with #849CA8

Text Example


Text Example

White with #849CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,156,168); }

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

background-color css

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

 a { background-color: rgb(132,156,168); }

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

border-color css

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

 span { border-color: rgb(132,156,168); }

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