#9198BC

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

Shades of Rock Blue #9198BC

Tints of Rock Blue #9198BC

Color information

#9198BC (or 0x9198BC) is unknown color: approx Rock Blue. HEX triplet: 91, 98 and BC. RGB value is (145,152,188). Sum of RGB (Red+Green+Blue) = 145+152+188=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9198BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198BC is #6E6743. Grayscale: #999999. Windows color (decimal): -7235396 or 12359825. OLE color: 12359825.

HSL color Cylindrical-coordinate representation of color #9198BC: hue angle of 230.23º 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 #9198BC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145152188-
CMYK0.230.1900.26
HSL230.23º24.29%65.29%-
HSV(B)230.23º22.87%73.73%-
XYZ31.9832.1152.09-
YUV154.01147.18121.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=29.90%
G=31.34%
B=38.76%

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
Decimal1451521880.230.1900.26230.2324.2965.29
Hex9198BC171301Ae61841
Octal221230274272303234630101
Binary100100011001100010111100101111001101101011100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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