Html Css Color HEX #717998 Storm Grey

📋 copy color: '#717998'

red 113 ◦ green 121 ◦ blue 152

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

Shades of Storm Grey #717998

Tints of Storm Grey #717998

RGB

 RED value IS 113 (44.53% from 255) = 29.27%

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

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 29.27%
G = 31.35%
B = 39.38%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#717998 (or 0x717998) is known color: Storm Grey. HEX triplet: 71, 79 and 98. RGB value is (113,121,152). Sum of RGB (Red+Green+Blue) = 113+121+152=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #717998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717998 is #8E8667. Grayscale: #7A7A7A. Windows color (decimal): -9340520 or 9992561. OLE color: 9992561.

HSL color Cylindrical-coordinate representation of color #717998: hue angle of 227.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717998 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 121 152 -
CMYK 0.26 0.20 0 0.40
HSL 227.69º 0.16% 0.52% -
HSV(B) 227.69º 0.26% 0.6% -
XYZ 19.31 19.45 32.44 -
YUV 122.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 113 121 152 0.26 0.20 0 0.40 227.69 0.16 0.52
Hex 71 79 98 1A 14 0 28 E4 10 34
Octal 161 171 230 32 24 0 50 344 20 64
Binary 1110001 1111001 10011000 11010 10100 0 101000 11100100 10000 110100

Color Harmonies of #717998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717998

Black with #717998

Text Example


Text Example

White with #717998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717998; }

 p { color: rgb(113,121,152); }

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

background-color css

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

 a { background-color: rgb(113,121,152); }

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

border-color css

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

 span { border-color: rgb(113,121,152); }

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