#8499BA

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

Shades of Rock Blue #8499BA

Tints of Rock Blue #8499BA

Color information

#8499BA (or 0x8499BA) is unknown color: approx Rock Blue. HEX triplet: 84, 99 and BA. RGB value is (132,153,186). Sum of RGB (Red+Green+Blue) = 132+153+186=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8499BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499BA is #7B6645. Grayscale: #969696. Windows color (decimal): -8087110 or 12228996. OLE color: 12228996.

HSL color Cylindrical-coordinate representation of color #8499BA: hue angle of 216.67º 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 #8499BA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132153186-
CMYK0.290.1800.27
HSL216.67º28.12%62.35%-
HSV(B)216.67º29.03%72.94%-
XYZ29.7731.2350.91-
YUV150.48148.04114.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=28.03%
G=32.48%
B=39.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321531860.290.1800.27216.6728.1262.35
Hex8499BA1D1201Bd91c3e
Octal20423127235220333313476
Binary10000100100110011011101011101100100110111101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8499BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8499BA; }

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

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

<style>
 a { background-color: #8499BA; }

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

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

<style>
 span { border-color: #8499BA; }

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

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