Html Css Color HEX #9BA7BA Rock Blue

📋 copy color: '#9BA7BA'

red 155 ◦ green 167 ◦ blue 186

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

Shades of Rock Blue #9BA7BA

Tints of Rock Blue #9BA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.87%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 30.51%
G = 32.87%
B = 36.61%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BA7BA (or 0x9BA7BA) is known color: Rock Blue. HEX triplet: 9B, A7 and BA. RGB value is (155,167,186). Sum of RGB (Red+Green+Blue) = 155+167+186=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7BA is #645845. Grayscale: #A5A5A5. Windows color (decimal): -6576198 or 12232603. OLE color: 12232603.

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

Color convert

RGB 155 167 186 -
CMYK 0.17 0.10 0 0.27
HSL 216.77º 0.18% 0.67% -
HSV(B) 216.77º 0.17% 0.73% -
XYZ 36.2 38.15 51.91 -
YUV 165.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 155 167 186 0.17 0.10 0 0.27 216.77 0.18 0.67
Hex 9B A7 BA 11 A 0 1B D9 12 43
Octal 233 247 272 21 12 0 33 331 22 103
Binary 10011011 10100111 10111010 10001 1010 0 11011 11011001 10010 1000011

Color Harmonies of #9BA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA7BA

Black with #9BA7BA

Text Example


Text Example

White with #9BA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,186); }

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

background-color css

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

 a { background-color: rgb(155,167,186); }

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

border-color css

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

 span { border-color: rgb(155,167,186); }

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