#93A3BC

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

Shades of Rock Blue #93A3BC

Tints of Rock Blue #93A3BC

Color information

#93A3BC (or 0x93A3BC) is unknown color: approx Rock Blue. HEX triplet: 93, A3 and BC. RGB value is (147,163,188). Sum of RGB (Red+Green+Blue) = 147+163+188=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3BC is #6C5C43. Grayscale: #A0A0A0. Windows color (decimal): -7101508 or 12362643. OLE color: 12362643.

HSL color Cylindrical-coordinate representation of color #93A3BC: hue angle of 216.59º degrees, saturation: 0.23, 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 #93A3BC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147163188-
CMYK0.220.1300.26
HSL216.59º23.43%65.69%-
HSV(B)216.59º21.81%73.73%-
XYZ34.2136.0352.73-
YUV161.07143.2117.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=29.52%
G=32.73%
B=37.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471631880.220.1300.26216.5923.4365.69
Hex93A3BC16D01Ad91742
Octal223243274261503233127102
Binary10010011101000111011110010110110101101011011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A3BC; }

 p { color: rgb(147,163,188); }

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

<style>
 a { background-color: #93A3BC; }

 a { background-color: rgb(147,163,188); }

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

<style>
 span { border-color: #93A3BC; }

 span { border-color: rgb(147,163,188); }

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