#849EBA

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

Shades of Rock Blue #849EBA

Tints of Rock Blue #849EBA

Color information

#849EBA (or 0x849EBA) is unknown color: approx Rock Blue. HEX triplet: 84, 9E and BA. RGB value is (132,158,186). Sum of RGB (Red+Green+Blue) = 132+158+186=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #849EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EBA is #7B6145. Grayscale: #999999. Windows color (decimal): -8085830 or 12230276. OLE color: 12230276.

HSL color Cylindrical-coordinate representation of color #849EBA: hue angle of 211.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849EBA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132158186-
CMYK0.290.1500.27
HSL211.11º28.12%62.35%-
HSV(B)211.11º29.03%72.94%-
XYZ30.6132.951.19-
YUV153.42146.39112.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=27.73%
G=33.19%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321581860.290.1500.27211.1128.1262.35
Hex849EBA1DF01Bd31c3e
Octal20423627235170333233476
Binary1000010010011110101110101110111110110111101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,186); }

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

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

 a { background-color: rgb(132,158,186); }

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

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

 span { border-color: rgb(132,158,186); }

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