#9BA8BF

Color #9BA8BF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9BA8BF

Tints of Rock Blue #9BA8BF

Color information

#9BA8BF (or 0x9BA8BF) is unknown color: approx Rock Blue. HEX triplet: 9B, A8 and BF. RGB value is (155,168,191). Sum of RGB (Red+Green+Blue) = 155+168+191=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8BF is #645740. Grayscale: #A6A6A6. Windows color (decimal): -6575937 or 12560539. OLE color: 12560539.

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

Color convert

RGB155168191-
CMYK0.190.1200.25
HSL218.33º21.95%67.84%-
HSV(B)218.33º18.85%74.9%-
XYZ36.9238.7454.82-
YUV166.74141.69119.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 191 (75% from 255) = 37.16%
R=30.16%
G=32.68%
B=37.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551681910.190.1200.25218.3321.9567.84
Hex9BA8BF13C019da1644
Octal233250277231403133226104
Binary10011011101010001011111110011110001100111011010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,191); }

 H1.HeaderClassName
 {
   color: #9BA8BF;
 }
 .AnyTagClassName
 {
   color: #9BA8BF;
 }
</style>
background-color css

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

 a { background-color: rgb(155,168,191); }

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

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

 span { border-color: rgb(155,168,191); }

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