#9BA3BF

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

Shades of Rock Blue #9BA3BF

Tints of Rock Blue #9BA3BF

Color information

#9BA3BF (or 0x9BA3BF) is unknown color: approx Rock Blue. HEX triplet: 9B, A3 and BF. RGB value is (155,163,191). Sum of RGB (Red+Green+Blue) = 155+163+191=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3BF is #645C40. Grayscale: #A3A3A3. Windows color (decimal): -6577217 or 12559259. OLE color: 12559259.

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

Color convert

RGB155163191-
CMYK0.190.1500.25
HSL226.67º21.95%67.84%-
HSV(B)226.67º18.85%74.9%-
XYZ36.0236.9254.52-
YUV163.8143.35121.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 191 (75% from 255) = 37.52%
R=30.45%
G=32.02%
B=37.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551631910.190.1500.25226.6721.9567.84
Hex9BA3BF13F019e31644
Octal233243277231703134326104
Binary10011011101000111011111110011111101100111100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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