#9BA1BF

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

Shades of Rock Blue #9BA1BF

Tints of Rock Blue #9BA1BF

Color information

#9BA1BF (or 0x9BA1BF) is unknown color: approx Rock Blue. HEX triplet: 9B, A1 and BF. RGB value is (155,161,191). Sum of RGB (Red+Green+Blue) = 155+161+191=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1BF is #645E40. Grayscale: #A2A2A2. Windows color (decimal): -6577729 or 12558747. OLE color: 12558747.

HSL color Cylindrical-coordinate representation of color #9BA1BF: hue angle of 230º 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 #9BA1BF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155161191-
CMYK0.190.1600.25
HSL230º21.95%67.84%-
HSV(B)230º18.85%74.9%-
XYZ35.6736.2254.4-
YUV162.63144.01122.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 191 (75% from 255) = 37.67%
R=30.57%
G=31.76%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551611910.190.1600.2523021.9567.84
Hex9BA1BF1310019e61644
Octal233241277232003134626104
Binary100110111010000110111111100111000001100111100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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