#94A4BE

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

Shades of Rock Blue #94A4BE

Tints of Rock Blue #94A4BE

Color information

#94A4BE (or 0x94A4BE) is unknown color: approx Rock Blue. HEX triplet: 94, A4 and BE. RGB value is (148,164,190). Sum of RGB (Red+Green+Blue) = 148+164+190=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #94A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4BE is #6B5B41. Grayscale: #A2A2A2. Windows color (decimal): -7035714 or 12493972. OLE color: 12493972.

HSL color Cylindrical-coordinate representation of color #94A4BE: hue angle of 217.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A4BE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148164190-
CMYK0.220.1400.25
HSL217.14º24.42%66.27%-
HSV(B)217.14º22.11%74.51%-
XYZ34.7836.5653.94-
YUV162.18143.7117.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=29.48%
G=32.67%
B=37.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481641900.220.1400.25217.1424.4266.27
Hex94A4BE16E019d91842
Octal224244276261603133130102
Binary10010100101001001011111010110111001100111011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,164,190); }

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

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

 a { background-color: rgb(148,164,190); }

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

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

 span { border-color: rgb(148,164,190); }

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