Html Css Color HEX #9299BB Rock Blue

📋 copy color: '#9299BB'

red 146 ◦ green 153 ◦ blue 187

#9299BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #9299BB

Tints of Rock Blue #9299BB

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 value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9299BB (or 0x9299BB) is known color: 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

RGB 146 153 187 -
CMYK 0.22 0.18 0 0.27
HSL 229.76º 0.23% 0.65% -
HSV(B) 229.76º 0.22% 0.73% -
XYZ 32.21 32.48 51.59 -
YUV 154.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 146 153 187 0.22 0.18 0 0.27 229.76 0.23 0.65
Hex 92 99 BB 16 12 0 1B E6 17 41
Octal 222 231 273 26 22 0 33 346 27 101
Binary 10010010 10011001 10111011 10110 10010 0 11011 11100110 10111 1000001

Color Harmonies of #9299BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9299BB

Black with #9299BB

Text Example


Text Example

White with #9299BB

Text Example


Text Example

HTML Codes & Css Web 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>