Html Css Color HEX #93A3B7 Rock Blue

📋 copy color: '#93A3B7'

red 147 ◦ green 163 ◦ blue 183

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

Shades of Rock Blue #93A3B7

Tints of Rock Blue #93A3B7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 29.82%
G = 33.06%
B = 37.12%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#93A3B7 (or 0x93A3B7) is known color: Rock Blue. HEX triplet: 93, A3 and B7. RGB value is (147,163,183). Sum of RGB (Red+Green+Blue) = 147+163+183=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #93A3B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3B7 is #6C5C48. Grayscale: #A0A0A0. Windows color (decimal): -7101513 or 12034963. OLE color: 12034963.

HSL color Cylindrical-coordinate representation of color #93A3B7: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93A3B7 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 163 183 -
CMYK 0.20 0.11 0 0.28
HSL 213.33º 0.2% 0.65% -
HSV(B) 213.33º 0.2% 0.72% -
XYZ 33.68 35.82 49.94 -
YUV 160.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 147 163 183 0.20 0.11 0 0.28 213.33 0.2 0.65
Hex 93 A3 B7 14 B 0 1C D5 14 41
Octal 223 243 267 24 13 0 34 325 24 101
Binary 10010011 10100011 10110111 10100 1011 0 11100 11010101 10100 1000001

Color Harmonies of #93A3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A3B7

Black with #93A3B7

Text Example


Text Example

White with #93A3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,163,183); }

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

background-color css

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

 a { background-color: rgb(147,163,183); }

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

border-color css

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

 span { border-color: rgb(147,163,183); }

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