#9BA2BE

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

Shades of Rock Blue #9BA2BE

Tints of Rock Blue #9BA2BE

Color information

#9BA2BE (or 0x9BA2BE) is unknown color: approx Rock Blue. HEX triplet: 9B, A2 and BE. RGB value is (155,162,190). Sum of RGB (Red+Green+Blue) = 155+162+190=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2BE is #645D41. Grayscale: #A2A2A2. Windows color (decimal): -6577474 or 12493467. OLE color: 12493467.

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

Color convert

RGB155162190-
CMYK0.180.1500.25
HSL228º21.21%67.65%-
HSV(B)228º18.42%74.51%-
XYZ35.7336.5353.88-
YUV163.1143.18122.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=30.57%
G=31.95%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551621900.180.1500.2522821.2167.65
Hex9BA2BE12F019e41544
Octal233242276221703134425104
Binary10011011101000101011111010010111101100111100100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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