#9199B4

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

Shades of Rock Blue #9199B4

Tints of Rock Blue #9199B4

Color information

#9199B4 (or 0x9199B4) is unknown color: approx Rock Blue. HEX triplet: 91, 99 and B4. RGB value is (145,153,180). Sum of RGB (Red+Green+Blue) = 145+153+180=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #9199B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199B4 is #6E664B. Grayscale: #999999. Windows color (decimal): -7235148 or 11835793. OLE color: 11835793.

HSL color Cylindrical-coordinate representation of color #9199B4: hue angle of 226.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9199B4 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145153180-
CMYK0.190.1500.29
HSL226.29º18.92%63.73%-
HSV(B)226.29º19.44%70.59%-
XYZ31.3132.147.73-
YUV153.69142.85121.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=30.33%
G=32.01%
B=37.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451531800.190.1500.29226.2918.9263.73
Hex9199B413F01De21340
Octal221231264231703534223100
Binary10010001100110011011010010011111101110111100010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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