Html Css Color HEX #737994 Storm Grey

📋 copy color: '#737994'

red 115 ◦ green 121 ◦ blue 148

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

Shades of Storm Grey #737994

Tints of Storm Grey #737994

RGB

 RED value IS 115 (45.31% from 255) = 29.95%

 GREEN value IS 121 (47.66% from 255) = 31.51%

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 29.95%
G = 31.51%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737994 (or 0x737994) is known color: Storm Grey. HEX triplet: 73, 79 and 94. RGB value is (115,121,148). Sum of RGB (Red+Green+Blue) = 115+121+148=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #737994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737994 is #8C866B. Grayscale: #7A7A7A. Windows color (decimal): -9209452 or 9730419. OLE color: 9730419.

HSL color Cylindrical-coordinate representation of color #737994: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737994 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 121 148 -
CMYK 0.22 0.18 0 0.42
HSL 229.09º 0.13% 0.52% -
HSV(B) 229.09º 0.22% 0.58% -
XYZ 19.25 19.46 30.76 -
YUV 122.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 115 121 148 0.22 0.18 0 0.42 229.09 0.13 0.52
Hex 73 79 94 16 12 0 2A E5 D 34
Octal 163 171 224 26 22 0 52 345 15 64
Binary 1110011 1111001 10010100 10110 10010 0 101010 11100101 1101 110100

Color Harmonies of #737994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737994

Black with #737994

Text Example


Text Example

White with #737994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737994; }

 p { color: rgb(115,121,148); }

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

background-color css

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

 a { background-color: rgb(115,121,148); }

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

border-color css

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

 span { border-color: rgb(115,121,148); }

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