#93A5BB

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

Shades of Rock Blue #93A5BB

Tints of Rock Blue #93A5BB

Color information

#93A5BB (or 0x93A5BB) is unknown color: approx Rock Blue. HEX triplet: 93, A5 and BB. RGB value is (147,165,187). Sum of RGB (Red+Green+Blue) = 147+165+187=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #93A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5BB is #6C5A44. Grayscale: #A2A2A2. Windows color (decimal): -7100997 or 12297619. OLE color: 12297619.

HSL color Cylindrical-coordinate representation of color #93A5BB: hue angle of 213º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A5BB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147165187-
CMYK0.210.1200.27
HSL213º22.73%65.49%-
HSV(B)213º21.39%73.33%-
XYZ34.4636.752.28-
YUV162.13142.04117.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=29.46%
G=33.07%
B=37.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471651870.210.1200.2721322.7365.49
Hex93A5BB15C01Bd51741
Octal223245273251403332527101
Binary10010011101001011011101110101110001101111010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,187); }

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

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

 a { background-color: rgb(147,165,187); }

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

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

 span { border-color: rgb(147,165,187); }

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