Html Css Color HEX #93A5BD Rock Blue

📋 copy color: '#93A5BD'

red 147 ◦ green 165 ◦ blue 189

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

Shades of Rock Blue #93A5BD

Tints of Rock Blue #93A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 29.34%
G = 32.93%
B = 37.72%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93A5BD (or 0x93A5BD) is known color: Rock Blue. HEX triplet: 93, A5 and BD. RGB value is (147,165,189). Sum of RGB (Red+Green+Blue) = 147+165+189=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #93A5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5BD is #6C5A42. Grayscale: #A2A2A2. Windows color (decimal): -7100995 or 12428691. OLE color: 12428691.

HSL color Cylindrical-coordinate representation of color #93A5BD: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93A5BD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 165 189 -
CMYK 0.22 0.13 0 0.26
HSL 214.29º 0.24% 0.66% -
HSV(B) 214.29º 0.22% 0.74% -
XYZ 34.67 36.79 53.42 -
YUV 162.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 147 165 189 0.22 0.13 0 0.26 214.29 0.24 0.66
Hex 93 A5 BD 16 D 0 1A D6 18 42
Octal 223 245 275 26 15 0 32 326 30 102
Binary 10010011 10100101 10111101 10110 1101 0 11010 11010110 11000 1000010

Color Harmonies of #93A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A5BD

Black with #93A5BD

Text Example


Text Example

White with #93A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,165,189); }

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

background-color css

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

 a { background-color: rgb(147,165,189); }

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

border-color css

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

 span { border-color: rgb(147,165,189); }

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