Html Css Color HEX #93A4BA Rock Blue

📋 copy color: '#93A4BA'

red 147 ◦ green 164 ◦ blue 186

#93A4BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #93A4BA

Tints of Rock Blue #93A4BA

RGB

 RED value IS 147 (57.81% from 255) = 29.58%

 GREEN value IS 164 (64.45% from 255) = 33%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 29.58%
G = 33%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#93A4BA (or 0x93A4BA) is known color: Rock Blue. HEX triplet: 93, A4 and BA. RGB value is (147,164,186). Sum of RGB (Red+Green+Blue) = 147+164+186=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #93A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4BA is #6C5B45. Grayscale: #A1A1A1. Windows color (decimal): -7101254 or 12231827. OLE color: 12231827.

HSL color Cylindrical-coordinate representation of color #93A4BA: hue angle of 213.85º degrees, saturation: 0.22, 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 #93A4BA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 164 186 -
CMYK 0.21 0.12 0 0.27
HSL 213.85º 0.22% 0.65% -
HSV(B) 213.85º 0.21% 0.73% -
XYZ 34.17 36.3 51.66 -
YUV 161.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 147 164 186 0.21 0.12 0 0.27 213.85 0.22 0.65
Hex 93 A4 BA 15 C 0 1B D6 16 41
Octal 223 244 272 25 14 0 33 326 26 101
Binary 10010011 10100100 10111010 10101 1100 0 11011 11010110 10110 1000001

Color Harmonies of #93A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A4BA

Black with #93A4BA

Text Example


Text Example

White with #93A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A4BA;
 }
 .AnyTagClassName
 {
   color: #93A4BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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