#94A1BA

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

Shades of Rock Blue #94A1BA

Tints of Rock Blue #94A1BA

Color information

#94A1BA (or 0x94A1BA) is unknown color: approx Rock Blue. HEX triplet: 94, A1 and BA. RGB value is (148,161,186). Sum of RGB (Red+Green+Blue) = 148+161+186=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #94A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1BA is #6B5E45. Grayscale: #9F9F9F. Windows color (decimal): -7036486 or 12231060. OLE color: 12231060.

HSL color Cylindrical-coordinate representation of color #94A1BA: hue angle of 219.47º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A1BA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148161186-
CMYK0.200.1300.27
HSL219.47º21.59%65.49%-
HSV(B)219.47º20.43%72.94%-
XYZ33.8235.3351.49-
YUV159.96142.69119.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=29.90%
G=32.53%
B=37.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481611860.200.1300.27219.4721.5965.49
Hex94A1BA14D01Bdb1641
Octal224241272241503333326101
Binary10010100101000011011101010100110101101111011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A1BA; }

 p { color: rgb(148,161,186); }

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

<style>
 a { background-color: #94A1BA; }

 a { background-color: rgb(148,161,186); }

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

<style>
 span { border-color: #94A1BA; }

 span { border-color: rgb(148,161,186); }

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