#9BA4BE

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

Shades of Rock Blue #9BA4BE

Tints of Rock Blue #9BA4BE

Color information

#9BA4BE (or 0x9BA4BE) is unknown color: approx Rock Blue. HEX triplet: 9B, A4 and BE. RGB value is (155,164,190). Sum of RGB (Red+Green+Blue) = 155+164+190=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4BE is #645B41. Grayscale: #A4A4A4. Windows color (decimal): -6576962 or 12493979. OLE color: 12493979.

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

Color convert

RGB155164190-
CMYK0.180.1400.25
HSL224.57º21.21%67.65%-
HSV(B)224.57º18.42%74.51%-
XYZ36.0937.2454-
YUV164.27142.52121.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=30.45%
G=32.22%
B=37.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551641900.180.1400.25224.5721.2167.65
Hex9BA4BE12E019e11544
Octal233244276221603134125104
Binary10011011101001001011111010010111001100111100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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