Html Css Color HEX #717293 Scampi

📋 copy color: '#717293'

red 113 ◦ green 114 ◦ blue 147

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

Shades of Scampi #717293

Tints of Scampi #717293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 30.21%
G = 30.48%
B = 39.3%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717293 (or 0x717293) is known color: Scampi. HEX triplet: 71, 72 and 93. RGB value is (113,114,147). Sum of RGB (Red+Green+Blue) = 113+114+147=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #717293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717293 is #8E8D6C. Grayscale: #757575. Windows color (decimal): -9342317 or 9663089. OLE color: 9663089.

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

Color convert

RGB 113 114 147 -
CMYK 0.23 0.22 0 0.42
HSL 238.24º 0.14% 0.51% -
HSV(B) 238.24º 0.23% 0.58% -
XYZ 18.09 17.65 30.06 -
YUV 117.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 113 114 147 0.23 0.22 0 0.42 238.24 0.14 0.51
Hex 71 72 93 17 16 0 2A EE E 33
Octal 161 162 223 27 26 0 52 356 16 63
Binary 1110001 1110010 10010011 10111 10110 0 101010 11101110 1110 110011

Color Harmonies of #717293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717293

Black with #717293

Text Example


Text Example

White with #717293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717293; }

 p { color: rgb(113,114,147); }

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

background-color css

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

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

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

border-color css

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

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

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