#849BBE

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

Shades of Rock Blue #849BBE

Tints of Rock Blue #849BBE

Color information

#849BBE (or 0x849BBE) is unknown color: approx Rock Blue. HEX triplet: 84, 9B and BE. RGB value is (132,155,190). Sum of RGB (Red+Green+Blue) = 132+155+190=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #849BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BBE is #7B6441. Grayscale: #979797. Windows color (decimal): -8086594 or 12491652. OLE color: 12491652.

HSL color Cylindrical-coordinate representation of color #849BBE: hue angle of 216.21º degrees, saturation: 0.31, 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 #849BBE is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132155190-
CMYK0.310.1800.25
HSL216.21º30.85%63.14%-
HSV(B)216.21º30.53%74.51%-
XYZ30.5332.0753.3-
YUV152.11149.38113.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=27.67%
G=32.49%
B=39.83%

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
Decimal1321551900.310.1800.25216.2130.8563.14
Hex849BBE1F12019d81f3f
Octal20423327637220313303777
Binary10000100100110111011111011111100100110011101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,155,190); }

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

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

 a { background-color: rgb(132,155,190); }

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

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

 span { border-color: rgb(132,155,190); }

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