Html Css Color HEX #9AA2BB Rock Blue

📋 copy color: '#9AA2BB'

red 154 ◦ green 162 ◦ blue 187

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

Shades of Rock Blue #9AA2BB

Tints of Rock Blue #9AA2BB

RGB

 RED value IS 154 (60.55% from 255) = 30.62%

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 30.62%
G = 32.21%
B = 37.18%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AA2BB (or 0x9AA2BB) is known color: Rock Blue. HEX triplet: 9A, A2 and BB. RGB value is (154,162,187). Sum of RGB (Red+Green+Blue) = 154+162+187=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2BB is #655D44. Grayscale: #A2A2A2. Windows color (decimal): -6643013 or 12296858. OLE color: 12296858.

HSL color Cylindrical-coordinate representation of color #9AA2BB: hue angle of 225.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AA2BB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 162 187 -
CMYK 0.18 0.13 0 0.27
HSL 225.45º 0.2% 0.67% -
HSV(B) 225.45º 0.18% 0.73% -
XYZ 35.22 36.3 52.16 -
YUV 162.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 154 162 187 0.18 0.13 0 0.27 225.45 0.2 0.67
Hex 9A A2 BB 12 D 0 1B E1 14 43
Octal 232 242 273 22 15 0 33 341 24 103
Binary 10011010 10100010 10111011 10010 1101 0 11011 11100001 10100 1000011

Color Harmonies of #9AA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA2BB

Black with #9AA2BB

Text Example


Text Example

White with #9AA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA2BB; }

 p { color: rgb(154,162,187); }

 H1.HeaderClassName
 {
   color: #9AA2BB;
 }
 .AnyTagClassName
 {
   color: #9AA2BB;
 }
</style>

background-color css

<style>
 a { background-color: #9AA2BB; }

 a { background-color: rgb(154,162,187); }

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

border-color css

<style>
 span { border-color: #9AA2BB; }

 span { border-color: rgb(154,162,187); }

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