Html Css Color HEX #93A1BC Rock Blue

📋 copy color: '#93A1BC'

red 147 ◦ green 161 ◦ blue 188

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

Shades of Rock Blue #93A1BC

Tints of Rock Blue #93A1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 29.64%
G = 32.46%
B = 37.9%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93A1BC (or 0x93A1BC) is known color: Rock Blue. HEX triplet: 93, A1 and BC. RGB value is (147,161,188). Sum of RGB (Red+Green+Blue) = 147+161+188=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1BC is #6C5E43. Grayscale: #9F9F9F. Windows color (decimal): -7102020 or 12362131. OLE color: 12362131.

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

Color convert

RGB 147 161 188 -
CMYK 0.22 0.14 0 0.26
HSL 219.51º 0.23% 0.66% -
HSV(B) 219.51º 0.22% 0.74% -
XYZ 33.85 35.32 52.61 -
YUV 159.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 147 161 188 0.22 0.14 0 0.26 219.51 0.23 0.66
Hex 93 A1 BC 16 E 0 1A DC 17 42
Octal 223 241 274 26 16 0 32 334 27 102
Binary 10010011 10100001 10111100 10110 1110 0 11010 11011100 10111 1000010

Color Harmonies of #93A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A1BC

Black with #93A1BC

Text Example


Text Example

White with #93A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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