Html Css Color HEX #93A1BD Rock Blue

📋 copy color: '#93A1BD'

red 147 ◦ green 161 ◦ blue 189

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

Shades of Rock Blue #93A1BD

Tints of Rock Blue #93A1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.39%

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

R = 29.58%
G = 32.39%
B = 38.03%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93A1BD (or 0x93A1BD) is known color: Rock Blue. HEX triplet: 93, A1 and BD. RGB value is (147,161,189). Sum of RGB (Red+Green+Blue) = 147+161+189=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #93A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1BD is #6C5E42. Grayscale: #9F9F9F. Windows color (decimal): -7102019 or 12427667. OLE color: 12427667.

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

Color convert

RGB 147 161 189 -
CMYK 0.22 0.15 0 0.26
HSL 220º 0.24% 0.66% -
HSV(B) 220º 0.22% 0.74% -
XYZ 33.96 35.37 53.18 -
YUV 160.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 147 161 189 0.22 0.15 0 0.26 220 0.24 0.66
Hex 93 A1 BD 16 F 0 1A DC 18 42
Octal 223 241 275 26 17 0 32 334 30 102
Binary 10010011 10100001 10111101 10110 1111 0 11010 11011100 11000 1000010

Color Harmonies of #93A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A1BD

Black with #93A1BD

Text Example


Text Example

White with #93A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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