#94A0AF

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

Shades of Rock Blue #94A0AF

Tints of Rock Blue #94A0AF

Color information

#94A0AF (or 0x94A0AF) is unknown color: approx Rock Blue. HEX triplet: 94, A0 and AF. RGB value is (148,160,175). Sum of RGB (Red+Green+Blue) = 148+160+175=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #94A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A0AF is #6B5F50. Grayscale: #9E9E9E. Windows color (decimal): -7036753 or 11509908. OLE color: 11509908.

HSL color Cylindrical-coordinate representation of color #94A0AF: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94A0AF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148160175-
CMYK0.150.0900.31
HSL213.33º14.44%63.33%-
HSV(B)213.33º15.43%68.63%-
XYZ32.5234.5345.51-
YUV158.12137.52120.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=30.64%
G=33.13%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481601750.150.0900.31213.3314.4463.33
Hex94A0AFF901Fd5e3f
Octal22424025717110373251677
Binary10010100101000001010111111111001011111110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,160,175); }

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

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

 a { background-color: rgb(148,160,175); }

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

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

 span { border-color: rgb(148,160,175); }

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