Html Css Color HEX #9BA7BB Rock Blue

📋 copy color: '#9BA7BB'

red 155 ◦ green 167 ◦ blue 187

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

Shades of Rock Blue #9BA7BB

Tints of Rock Blue #9BA7BB

RGB

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

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

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

R = 30.45%
G = 32.81%
B = 36.74%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BA7BB (or 0x9BA7BB) is known color: Rock Blue. HEX triplet: 9B, A7 and BB. RGB value is (155,167,187). Sum of RGB (Red+Green+Blue) = 155+167+187=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7BB is #645844. Grayscale: #A5A5A5. Windows color (decimal): -6576197 or 12298139. OLE color: 12298139.

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

Color convert

RGB 155 167 187 -
CMYK 0.17 0.11 0 0.27
HSL 217.5º 0.19% 0.67% -
HSV(B) 217.5º 0.17% 0.73% -
XYZ 36.31 38.19 52.47 -
YUV 165.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 155 167 187 0.17 0.11 0 0.27 217.5 0.19 0.67
Hex 9B A7 BB 11 B 0 1B DA 13 43
Octal 233 247 273 21 13 0 33 332 23 103
Binary 10011011 10100111 10111011 10001 1011 0 11011 11011010 10011 1000011

Color Harmonies of #9BA7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA7BB

Black with #9BA7BB

Text Example


Text Example

White with #9BA7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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