Html Css Color HEX #9BA4BB Rock Blue

📋 copy color: '#9BA4BB'

red 155 ◦ green 164 ◦ blue 187

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

Shades of Rock Blue #9BA4BB

Tints of Rock Blue #9BA4BB

RGB

 RED value IS 155 (60.94% from 255) = 30.63%

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

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

R = 30.63%
G = 32.41%
B = 36.96%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BA4BB (or 0x9BA4BB) is known color: Rock Blue. HEX triplet: 9B, A4 and BB. RGB value is (155,164,187). Sum of RGB (Red+Green+Blue) = 155+164+187=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4BB is #645B44. Grayscale: #A3A3A3. Windows color (decimal): -6576965 or 12297371. OLE color: 12297371.

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

Color convert

RGB 155 164 187 -
CMYK 0.17 0.12 0 0.27
HSL 223.13º 0.19% 0.67% -
HSV(B) 223.13º 0.17% 0.73% -
XYZ 35.76 37.11 52.29 -
YUV 163.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 155 164 187 0.17 0.12 0 0.27 223.13 0.19 0.67
Hex 9B A4 BB 11 C 0 1B DF 13 43
Octal 233 244 273 21 14 0 33 337 23 103
Binary 10011011 10100100 10111011 10001 1100 0 11011 11011111 10011 1000011

Color Harmonies of #9BA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA4BB

Black with #9BA4BB

Text Example


Text Example

White with #9BA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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