#9BA4C0

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

Shades of Rock Blue #9BA4C0

Tints of Rock Blue #9BA4C0

Color information

#9BA4C0 (or 0x9BA4C0) is unknown color: approx Rock Blue. HEX triplet: 9B, A4 and C0. RGB value is (155,164,192). Sum of RGB (Red+Green+Blue) = 155+164+192=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BA4C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4C0 is #645B3F. Grayscale: #A4A4A4. Windows color (decimal): -6576960 or 12625051. OLE color: 12625051.

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

Color convert

RGB155164192-
CMYK0.190.1500.25
HSL225.41º22.7%68.04%-
HSV(B)225.41º19.27%75.29%-
XYZ36.3137.3355.16-
YUV164.5143.52121.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.33%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=30.33%
G=32.09%
B=37.57%

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
Decimal1551641920.190.1500.25225.4122.768.04
Hex9BA4C013F019e11744
Octal233244300231703134127104
Binary10011011101001001100000010011111101100111100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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