#94A2BD

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

Shades of Rock Blue #94A2BD

Tints of Rock Blue #94A2BD

Color information

#94A2BD (or 0x94A2BD) is unknown color: approx Rock Blue. HEX triplet: 94, A2 and BD. RGB value is (148,162,189). Sum of RGB (Red+Green+Blue) = 148+162+189=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #94A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2BD is #6B5D42. Grayscale: #A0A0A0. Windows color (decimal): -7036227 or 12427924. OLE color: 12427924.

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

Color convert

RGB148162189-
CMYK0.220.1400.26
HSL219.51º23.7%66.08%-
HSV(B)219.51º21.69%74.12%-
XYZ34.3235.8153.25-
YUV160.89143.86118.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=29.66%
G=32.46%
B=37.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481621890.220.1400.26219.5123.766.08
Hex94A2BD16E01Adc1842
Octal224242275261603233430102
Binary10010100101000101011110110110111001101011011100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,162,189); }

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

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

 a { background-color: rgb(148,162,189); }

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

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

 span { border-color: rgb(148,162,189); }

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