#93A4C1

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

Shades of Rock Blue #93A4C1

Tints of Rock Blue #93A4C1

Color information

#93A4C1 (or 0x93A4C1) is unknown color: approx Rock Blue. HEX triplet: 93, A4 and C1. RGB value is (147,164,193). Sum of RGB (Red+Green+Blue) = 147+164+193=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #93A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4C1 is #6C5B3E. Grayscale: #A2A2A2. Windows color (decimal): -7101247 or 12690579. OLE color: 12690579.

HSL color Cylindrical-coordinate representation of color #93A4C1: hue angle of 217.83º 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 #93A4C1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147164193-
CMYK0.240.1500.24
HSL217.83º27.06%66.67%-
HSV(B)217.83º23.83%75.69%-
XYZ34.9336.655.68-
YUV162.22145.37117.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=29.17%
G=32.54%
B=38.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471641930.240.1500.24217.8327.0666.67
Hex93A4C118F018da1b43
Octal223244301301703033233103
Binary10010011101001001100000111000111101100011011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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