Html Css Color HEX #93A3B4 Rock Blue

📋 copy color: '#93A3B4'

red 147 ◦ green 163 ◦ blue 180

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

Shades of Rock Blue #93A3B4

Tints of Rock Blue #93A3B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 30%
G = 33.27%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#93A3B4 (or 0x93A3B4) is known color: Rock Blue. HEX triplet: 93, A3 and B4. RGB value is (147,163,180). Sum of RGB (Red+Green+Blue) = 147+163+180=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #93A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3B4 is #6C5C4B. Grayscale: #A0A0A0. Windows color (decimal): -7101516 or 11838355. OLE color: 11838355.

HSL color Cylindrical-coordinate representation of color #93A3B4: hue angle of 210.91º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A3B4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 163 180 -
CMYK 0.18 0.09 0 0.29
HSL 210.91º 0.18% 0.64% -
HSV(B) 210.91º 0.18% 0.71% -
XYZ 33.37 35.69 48.31 -
YUV 160.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 147 163 180 0.18 0.09 0 0.29 210.91 0.18 0.64
Hex 93 A3 B4 12 9 0 1D D3 12 40
Octal 223 243 264 22 11 0 35 323 22 100
Binary 10010011 10100011 10110100 10010 1001 0 11101 11010011 10010 1000000

Color Harmonies of #93A3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A3B4

Black with #93A3B4

Text Example


Text Example

White with #93A3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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