#93A7C1

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

Shades of Rock Blue #93A7C1

Tints of Rock Blue #93A7C1

Color information

#93A7C1 (or 0x93A7C1) is unknown color: approx Rock Blue. HEX triplet: 93, A7 and C1. RGB value is (147,167,193). Sum of RGB (Red+Green+Blue) = 147+167+193=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #93A7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7C1 is #6C583E. Grayscale: #A3A3A3. Windows color (decimal): -7100479 or 12691347. OLE color: 12691347.

HSL color Cylindrical-coordinate representation of color #93A7C1: hue angle of 213.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93A7C1 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147167193-
CMYK0.240.1300.24
HSL213.91º27.06%66.67%-
HSV(B)213.91º23.83%75.69%-
XYZ35.4837.6955.86-
YUV163.98144.37115.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=28.99%
G=32.94%
B=38.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471671930.240.1300.24213.9127.0666.67
Hex93A7C118D018d61b43
Octal223247301301503032633103
Binary10010011101001111100000111000110101100011010110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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