#93A7BF

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

Shades of Rock Blue #93A7BF

Tints of Rock Blue #93A7BF

Color information

#93A7BF (or 0x93A7BF) is unknown color: approx Rock Blue. HEX triplet: 93, A7 and BF. RGB value is (147,167,191). Sum of RGB (Red+Green+Blue) = 147+167+191=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7BF is #6C5840. Grayscale: #A3A3A3. Windows color (decimal): -7100481 or 12560275. OLE color: 12560275.

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

Color convert

RGB147167191-
CMYK0.230.1300.25
HSL212.73º25.58%66.27%-
HSV(B)212.73º23.04%74.9%-
XYZ35.2637.654.69-
YUV163.76143.37116.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 191 (75% from 255) = 37.82%
R=29.11%
G=33.07%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471671910.230.1300.25212.7325.5866.27
Hex93A7BF17D019d51a42
Octal223247277271503132532102
Binary10010011101001111011111110111110101100111010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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