Html Css Color HEX #94A3A4 Submarine

📋 copy color: '#94A3A4'

red 148 ◦ green 163 ◦ blue 164

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

Shades of Submarine #94A3A4

Tints of Submarine #94A3A4

RGB

 RED value IS 148 (58.2% from 255) = 31.16%

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

 BLUE value IS 164 (64.45% from 255) = 34.53%

R = 31.16%
G = 34.32%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#94A3A4 (or 0x94A3A4) is known color: Submarine. HEX triplet: 94, A3 and A4. RGB value is (148,163,164). Sum of RGB (Red+Green+Blue) = 148+163+164=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 164 - color contains mainly: blue. Hex color #94A3A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A3A4 is #6B5C5B. Grayscale: #9E9E9E. Windows color (decimal): -7035996 or 10789780. OLE color: 10789780.

HSL color Cylindrical-coordinate representation of color #94A3A4: hue angle of 183.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A3A4 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 164 -
CMYK 0.10 0.01 0 0.36
HSL 183.75º 0.08% 0.61% -
HSV(B) 183.75º 0.1% 0.64% -
XYZ 32.01 35.17 40.22 -
YUV 158.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 148 163 164 0.10 0.01 0 0.36 183.75 0.08 0.61
Hex 94 A3 A4 A 1 0 24 B8 8 3D
Octal 224 243 244 12 1 0 44 270 10 75
Binary 10010100 10100011 10100100 1010 1 0 100100 10111000 1000 111101

Color Harmonies of #94A3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3A4

Black with #94A3A4

Text Example


Text Example

White with #94A3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A3A4; }

 p { color: rgb(148,163,164); }

 H1.HeaderClassName
 {
   color: #94A3A4;
 }
 .AnyTagClassName
 {
   color: #94A3A4;
 }
</style>

background-color css

<style>
 a { background-color: #94A3A4; }

 a { background-color: rgb(148,163,164); }

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

border-color css

<style>
 span { border-color: #94A3A4; }

 span { border-color: rgb(148,163,164); }

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