Html Css Color HEX #9299B9 Rock Blue

📋 copy color: '#9299B9'

red 146 ◦ green 153 ◦ blue 185

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

Shades of Rock Blue #9299B9

Tints of Rock Blue #9299B9

RGB

 RED value IS 146 (57.42% from 255) = 30.17%

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 30.17%
G = 31.61%
B = 38.22%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9299B9 (or 0x9299B9) is known color: Rock Blue. HEX triplet: 92, 99 and B9. RGB value is (146,153,185). Sum of RGB (Red+Green+Blue) = 146+153+185=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #9299B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299B9 is #6D6646. Grayscale: #9A9A9A. Windows color (decimal): -7169607 or 12163474. OLE color: 12163474.

HSL color Cylindrical-coordinate representation of color #9299B9: hue angle of 229.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9299B9 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 153 185 -
CMYK 0.21 0.17 0 0.27
HSL 229.23º 0.22% 0.65% -
HSV(B) 229.23º 0.21% 0.73% -
XYZ 32 32.4 50.47 -
YUV 154.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 146 153 185 0.21 0.17 0 0.27 229.23 0.22 0.65
Hex 92 99 B9 15 11 0 1B E5 16 41
Octal 222 231 271 25 21 0 33 345 26 101
Binary 10010010 10011001 10111001 10101 10001 0 11011 11100101 10110 1000001

Color Harmonies of #9299B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9299B9

Black with #9299B9

Text Example


Text Example

White with #9299B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9299B9;
 }
 .AnyTagClassName
 {
   color: #9299B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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