Html Css Color HEX #9AA4BB Rock Blue

📋 copy color: '#9AA4BB'

red 154 ◦ green 164 ◦ blue 187

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

Shades of Rock Blue #9AA4BB

Tints of Rock Blue #9AA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.48%

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

R = 30.5%
G = 32.48%
B = 37.03%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AA4BB (or 0x9AA4BB) is known color: Rock Blue. HEX triplet: 9A, A4 and BB. RGB value is (154,164,187). Sum of RGB (Red+Green+Blue) = 154+164+187=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4BB is #655B44. Grayscale: #A3A3A3. Windows color (decimal): -6642501 or 12297370. OLE color: 12297370.

HSL color Cylindrical-coordinate representation of color #9AA4BB: hue angle of 221.82º 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 #9AA4BB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 164 187 -
CMYK 0.18 0.12 0 0.27
HSL 221.82º 0.2% 0.67% -
HSV(B) 221.82º 0.18% 0.73% -
XYZ 35.57 37.01 52.28 -
YUV 163.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 154 164 187 0.18 0.12 0 0.27 221.82 0.2 0.67
Hex 9A A4 BB 12 C 0 1B DE 14 43
Octal 232 244 273 22 14 0 33 336 24 103
Binary 10011010 10100100 10111011 10010 1100 0 11011 11011110 10100 1000011

Color Harmonies of #9AA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA4BB

Black with #9AA4BB

Text Example


Text Example

White with #9AA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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