#9299B3

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

Shades of Rock Blue #9299B3

Tints of Rock Blue #9299B3

Color information

#9299B3 (or 0x9299B3) is unknown color: approx Rock Blue. HEX triplet: 92, 99 and B3. RGB value is (146,153,179). Sum of RGB (Red+Green+Blue) = 146+153+179=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #9299B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299B3 is #6D664C. Grayscale: #999999. Windows color (decimal): -7169613 or 11770258. OLE color: 11770258.

HSL color Cylindrical-coordinate representation of color #9299B3: hue angle of 227.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9299B3 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB146153179-
CMYK0.180.1500.30
HSL227.27º17.84%63.73%-
HSV(B)227.27º18.44%70.2%-
XYZ31.3832.1547.2-
YUV153.87142.18122.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=30.54%
G=32.01%
B=37.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461531790.180.1500.30227.2717.8463.73
Hex9299B312F01Ee31240
Octal222231263221703634322100
Binary10010010100110011011001110010111101111011100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9299B3; }

 p { color: rgb(146,153,179); }

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

<style>
 a { background-color: #9299B3; }

 a { background-color: rgb(146,153,179); }

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

<style>
 span { border-color: #9299B3; }

 span { border-color: rgb(146,153,179); }

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