#9199BB

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

Shades of Rock Blue #9199BB

Tints of Rock Blue #9199BB

Color information

#9199BB (or 0x9199BB) is unknown color: approx Rock Blue. HEX triplet: 91, 99 and BB. RGB value is (145,153,187). Sum of RGB (Red+Green+Blue) = 145+153+187=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #9199BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BB is #6E6644. Grayscale: #9A9A9A. Windows color (decimal): -7235141 or 12294545. OLE color: 12294545.

HSL color Cylindrical-coordinate representation of color #9199BB: hue angle of 228.57º degrees, saturation: 0.24, 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 #9199BB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145153187-
CMYK0.220.1800.27
HSL228.57º23.6%65.1%-
HSV(B)228.57º22.46%73.33%-
XYZ32.0432.3951.58-
YUV154.48146.35121.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=29.90%
G=31.55%
B=38.56%

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
Decimal1451531870.220.1800.27228.5723.665.1
Hex9199BB161201Be51841
Octal221231273262203334530101
Binary100100011001100110111011101101001001101111100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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