#94A3BB

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

Shades of Rock Blue #94A3BB

Tints of Rock Blue #94A3BB

Color information

#94A3BB (or 0x94A3BB) is unknown color: approx Rock Blue. HEX triplet: 94, A3 and BB. RGB value is (148,163,187). Sum of RGB (Red+Green+Blue) = 148+163+187=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #94A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3BB is #6B5C44. Grayscale: #A1A1A1. Windows color (decimal): -7035973 or 12297108. OLE color: 12297108.

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

Color convert

RGB148163187-
CMYK0.210.1300.27
HSL216.92º22.29%65.69%-
HSV(B)216.92º20.86%73.33%-
XYZ34.2836.0852.17-
YUV161.25142.53118.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=29.72%
G=32.73%
B=37.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481631870.210.1300.27216.9222.2965.69
Hex94A3BB15D01Bd91642
Octal224243273251503333126102
Binary10010100101000111011101110101110101101111011001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,187); }

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

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

 a { background-color: rgb(148,163,187); }

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

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

 span { border-color: rgb(148,163,187); }

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