Html Css Color HEX #9BA7BE Rock Blue

📋 copy color: '#9BA7BE'

red 155 ◦ green 167 ◦ blue 190

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

Shades of Rock Blue #9BA7BE

Tints of Rock Blue #9BA7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 30.27%
G = 32.62%
B = 37.11%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BA7BE (or 0x9BA7BE) is known color: Rock Blue. HEX triplet: 9B, A7 and BE. RGB value is (155,167,190). Sum of RGB (Red+Green+Blue) = 155+167+190=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7BE is #645841. Grayscale: #A5A5A5. Windows color (decimal): -6576194 or 12494747. OLE color: 12494747.

HSL color Cylindrical-coordinate representation of color #9BA7BE: hue angle of 219.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA7BE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 167 190 -
CMYK 0.18 0.12 0 0.25
HSL 219.43º 0.21% 0.68% -
HSV(B) 219.43º 0.18% 0.75% -
XYZ 36.63 38.32 54.18 -
YUV 166.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 155 167 190 0.18 0.12 0 0.25 219.43 0.21 0.68
Hex 9B A7 BE 12 C 0 19 DB 15 44
Octal 233 247 276 22 14 0 31 333 25 104
Binary 10011011 10100111 10111110 10010 1100 0 11001 11011011 10101 1000100

Color Harmonies of #9BA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA7BE

Black with #9BA7BE

Text Example


Text Example

White with #9BA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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