#9199BA

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

Shades of Rock Blue #9199BA

Tints of Rock Blue #9199BA

Color information

#9199BA (or 0x9199BA) is unknown color: approx Rock Blue. HEX triplet: 91, 99 and BA. RGB value is (145,153,186). Sum of RGB (Red+Green+Blue) = 145+153+186=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9199BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BA is #6E6645. Grayscale: #9A9A9A. Windows color (decimal): -7235142 or 12229009. OLE color: 12229009.

HSL color Cylindrical-coordinate representation of color #9199BA: hue angle of 228.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9199BA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145153186-
CMYK0.220.1800.27
HSL228.29º22.91%64.9%-
HSV(B)228.29º22.04%72.94%-
XYZ31.9332.3551.02-
YUV154.37145.85121.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=29.96%
G=31.61%
B=38.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451531860.220.1800.27228.2922.9164.9
Hex9199BA161201Be41741
Octal221231272262203334427101
Binary100100011001100110111010101101001001101111100100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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