#93A4BC

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

Shades of Rock Blue #93A4BC

Tints of Rock Blue #93A4BC

Color information

#93A4BC (or 0x93A4BC) is unknown color: approx Rock Blue. HEX triplet: 93, A4 and BC. RGB value is (147,164,188). Sum of RGB (Red+Green+Blue) = 147+164+188=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4BC is #6C5B43. Grayscale: #A1A1A1. Windows color (decimal): -7101252 or 12362899. OLE color: 12362899.

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

Color convert

RGB147164188-
CMYK0.220.1300.26
HSL215.12º23.43%65.69%-
HSV(B)215.12º21.81%73.73%-
XYZ34.3936.3852.79-
YUV161.65142.87117.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=29.46%
G=32.87%
B=37.68%

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
Decimal1471641880.220.1300.26215.1223.4365.69
Hex93A4BC16D01Ad71742
Octal223244274261503232727102
Binary10010011101001001011110010110110101101011010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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