#93A1BF

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

Shades of Rock Blue #93A1BF

Tints of Rock Blue #93A1BF

Color information

#93A1BF (or 0x93A1BF) is unknown color: approx Rock Blue. HEX triplet: 93, A1 and BF. RGB value is (147,161,191). Sum of RGB (Red+Green+Blue) = 147+161+191=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1BF is #6C5E40. Grayscale: #A0A0A0. Windows color (decimal): -7102017 or 12558739. OLE color: 12558739.

HSL color Cylindrical-coordinate representation of color #93A1BF: hue angle of 220.91º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A1BF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147161191-
CMYK0.230.1600.25
HSL220.91º25.58%66.27%-
HSV(B)220.91º23.04%74.9%-
XYZ34.1835.4554.33-
YUV160.23145.36118.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 191 (75% from 255) = 38.28%
R=29.46%
G=32.26%
B=38.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471611910.230.1600.25220.9125.5866.27
Hex93A1BF1710019dd1a42
Octal223241277272003133532102
Binary100100111010000110111111101111000001100111011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,161,191); }

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

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

 a { background-color: rgb(147,161,191); }

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

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

 span { border-color: rgb(147,161,191); }

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