#9BA8BE

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

Shades of Rock Blue #9BA8BE

Tints of Rock Blue #9BA8BE

Color information

#9BA8BE (or 0x9BA8BE) is unknown color: approx Rock Blue. HEX triplet: 9B, A8 and BE. RGB value is (155,168,190). Sum of RGB (Red+Green+Blue) = 155+168+190=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8BE is #645741. Grayscale: #A6A6A6. Windows color (decimal): -6575938 or 12495003. OLE color: 12495003.

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

Color convert

RGB155168190-
CMYK0.180.1200.25
HSL217.71º21.21%67.65%-
HSV(B)217.71º18.42%74.51%-
XYZ36.8138.6954.24-
YUV166.62141.19119.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=30.21%
G=32.75%
B=37.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551681900.180.1200.25217.7121.2167.65
Hex9BA8BE12C019da1544
Octal233250276221403133225104
Binary10011011101010001011111010010110001100111011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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