#849DBF

Color #849DBF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #849DBF

Tints of Rock Blue #849DBF

Color information

#849DBF (or 0x849DBF) is unknown color: approx Rock Blue. HEX triplet: 84, 9D and BF. RGB value is (132,157,191). Sum of RGB (Red+Green+Blue) = 132+157+191=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #849DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DBF is #7B6240. Grayscale: #999999. Windows color (decimal): -8086081 or 12557700. OLE color: 12557700.

HSL color Cylindrical-coordinate representation of color #849DBF: hue angle of 214.58º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849DBF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132157191-
CMYK0.310.1800.25
HSL214.58º31.55%63.33%-
HSV(B)214.58º30.89%74.9%-
XYZ30.9832.7853.98-
YUV153.4149.22112.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.5%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 191 (75% from 255) = 39.79%
R=27.5%
G=32.71%
B=39.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321571910.310.1800.25214.5831.5563.33
Hex849DBF1F12019d7203f
Octal20423527737220313274077
Binary100001001001110110111111111111001001100111010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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