#9BA4BF

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

Shades of Rock Blue #9BA4BF

Tints of Rock Blue #9BA4BF

Color information

#9BA4BF (or 0x9BA4BF) is unknown color: approx Rock Blue. HEX triplet: 9B, A4 and BF. RGB value is (155,164,191). Sum of RGB (Red+Green+Blue) = 155+164+191=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4BF is #645B40. Grayscale: #A4A4A4. Windows color (decimal): -6576961 or 12559515. OLE color: 12559515.

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

Color convert

RGB155164191-
CMYK0.190.1400.25
HSL225º21.95%67.84%-
HSV(B)225º18.85%74.9%-
XYZ36.237.2854.58-
YUV164.39143.02121.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 191 (75% from 255) = 37.45%
R=30.39%
G=32.16%
B=37.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551641910.190.1400.2522521.9567.84
Hex9BA4BF13E019e11644
Octal233244277231603134126104
Binary10011011101001001011111110011111001100111100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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