#9199BC

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

Shades of Rock Blue #9199BC

Tints of Rock Blue #9199BC

Color information

#9199BC (or 0x9199BC) is unknown color: approx Rock Blue. HEX triplet: 91, 99 and BC. RGB value is (145,153,188). Sum of RGB (Red+Green+Blue) = 145+153+188=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9199BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BC is #6E6643. Grayscale: #9A9A9A. Windows color (decimal): -7235140 or 12360081. OLE color: 12360081.

HSL color Cylindrical-coordinate representation of color #9199BC: hue angle of 228.84º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9199BC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145153188-
CMYK0.230.1900.26
HSL228.84º24.29%65.29%-
HSV(B)228.84º22.87%73.73%-
XYZ32.1532.4352.14-
YUV154.6146.85121.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=29.84%
G=31.48%
B=38.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451531880.230.1900.26228.8424.2965.29
Hex9199BC171301Ae51841
Octal221231274272303234530101
Binary100100011001100110111100101111001101101011100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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