#9299BB

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

Shades of Rock Blue #9299BB

Tints of Rock Blue #9299BB

Color information

#9299BB (or 0x9299BB) is unknown color: approx Rock Blue. HEX triplet: 92, 99 and BB. RGB value is (146,153,187). Sum of RGB (Red+Green+Blue) = 146+153+187=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #9299BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BB is #6D6644. Grayscale: #9A9A9A. Windows color (decimal): -7169605 or 12294546. OLE color: 12294546.

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

Color convert

RGB146153187-
CMYK0.220.1800.27
HSL229.76º23.16%65.29%-
HSV(B)229.76º21.93%73.33%-
XYZ32.2132.4851.59-
YUV154.78146.18121.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=30.04%
G=31.48%
B=38.48%

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
Decimal1461531870.220.1800.27229.7623.1665.29
Hex9299BB161201Be61741
Octal222231273262203334627101
Binary100100101001100110111011101101001001101111100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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