Html Css Color HEX #717398 Scampi

📋 copy color: '#717398'

red 113 ◦ green 115 ◦ blue 152

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

Shades of Scampi #717398

Tints of Scampi #717398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

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

R = 29.74%
G = 30.26%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#717398 (or 0x717398) is known color: Scampi. HEX triplet: 71, 73 and 98. RGB value is (113,115,152). Sum of RGB (Red+Green+Blue) = 113+115+152=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #717398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717398 is #8E8C67. Grayscale: #767676. Windows color (decimal): -9342056 or 9991025. OLE color: 9991025.

HSL color Cylindrical-coordinate representation of color #717398: hue angle of 236.92º 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 #717398 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 115 152 -
CMYK 0.26 0.24 0 0.40
HSL 236.92º 0.16% 0.52% -
HSV(B) 236.92º 0.26% 0.6% -
XYZ 18.61 18.04 32.21 -
YUV 118.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 113 115 152 0.26 0.24 0 0.40 236.92 0.16 0.52
Hex 71 73 98 1A 18 0 28 ED 10 34
Octal 161 163 230 32 30 0 50 355 20 64
Binary 1110001 1110011 10011000 11010 11000 0 101000 11101101 10000 110100

Color Harmonies of #717398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717398

Black with #717398

Text Example


Text Example

White with #717398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717398; }

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

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

background-color css

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

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

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

border-color css

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

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

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