#94A6BA

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

Shades of Rock Blue #94A6BA

Tints of Rock Blue #94A6BA

Color information

#94A6BA (or 0x94A6BA) is unknown color: approx Rock Blue. HEX triplet: 94, A6 and BA. RGB value is (148,166,186). Sum of RGB (Red+Green+Blue) = 148+166+186=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #94A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6BA is #6B5945. Grayscale: #A2A2A2. Windows color (decimal): -7035206 or 12232340. OLE color: 12232340.

HSL color Cylindrical-coordinate representation of color #94A6BA: hue angle of 211.58º 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 #94A6BA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148166186-
CMYK0.200.1100.27
HSL211.58º21.59%65.49%-
HSV(B)211.58º20.43%72.94%-
XYZ34.7137.1151.79-
YUV162.9141.04117.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=29.6%
G=33.2%
B=37.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481661860.200.1100.27211.5821.5965.49
Hex94A6BA14B01Bd41641
Octal224246272241303332426101
Binary10010100101001101011101010100101101101111010100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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