Html Css Color HEX #717195 Scampi

📋 copy color: '#717195'

red 113 ◦ green 113 ◦ blue 149

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

Shades of Scampi #717195

Tints of Scampi #717195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 30.13%
G = 30.13%
B = 39.73%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717195 (or 0x717195) is known color: Scampi. HEX triplet: 71, 71 and 95. RGB value is (113,113,149). Sum of RGB (Red+Green+Blue) = 113+113+149=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #717195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717195 is #8E8E6A. Grayscale: #747474. Windows color (decimal): -9342571 or 9793905. OLE color: 9793905.

HSL color Cylindrical-coordinate representation of color #717195: hue angle of 240º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717195 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 113 149 -
CMYK 0.24 0.24 0 0.42
HSL 240º 0.15% 0.51% -
HSV(B) 240º 0.24% 0.58% -
XYZ 18.14 17.49 30.85 -
YUV 117.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 113 113 149 0.24 0.24 0 0.42 240 0.15 0.51
Hex 71 71 95 18 18 0 2A F0 F 33
Octal 161 161 225 30 30 0 52 360 17 63
Binary 1110001 1110001 10010101 11000 11000 0 101010 11110000 1111 110011

Color Harmonies of #717195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717195

Black with #717195

Text Example


Text Example

White with #717195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717195; }

 p { color: rgb(113,113,149); }

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

background-color css

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

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

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

border-color css

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

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

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