#849CB4

Color #849CB4 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #849CB4

Tints of Bali Hai #849CB4

Color information

#849CB4 (or 0x849CB4) is unknown color: approx Bali Hai. HEX triplet: 84, 9C and B4. RGB value is (132,156,180). Sum of RGB (Red+Green+Blue) = 132+156+180=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #849CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CB4 is #7B634B. Grayscale: #979797. Windows color (decimal): -8086348 or 11836548. OLE color: 11836548.

HSL color Cylindrical-coordinate representation of color #849CB4: hue angle of 210º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849CB4 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132156180-
CMYK0.270.1300.29
HSL210º24.24%61.18%-
HSV(B)210º26.67%70.59%-
XYZ29.6431.9847.79-
YUV151.56144.05114.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=28.21%
G=33.33%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321561800.270.1300.2921024.2461.18
Hex849CB41BD01Dd2183d
Octal20423426433150353223075
Binary1000010010011100101101001101111010111011101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #849CB4;
 }
 .AnyTagClassName
 {
   color: #849CB4;
 }
</style>
background-color css

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

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

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

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

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

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