Html Css Color HEX #726C93 Scampi

📋 copy color: '#726C93'

red 114 ◦ green 108 ◦ blue 147

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

Shades of Scampi #726C93

Tints of Scampi #726C93

RGB

 RED value IS 114 (44.92% from 255) = 30.89%

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 30.89%
G = 29.27%
B = 39.84%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#726C93 (or 0x726C93) is known color: Scampi. HEX triplet: 72, 6C and 93. RGB value is (114,108,147). Sum of RGB (Red+Green+Blue) = 114+108+147=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #726C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C93 is #8D936C. Grayscale: #727272. Windows color (decimal): -9278317 or 9661554. OLE color: 9661554.

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

Color convert

RGB 114 108 147 -
CMYK 0.22 0.27 0 0.42
HSL 249.23º 0.15% 0.5% -
HSV(B) 249.23º 0.27% 0.58% -
XYZ 17.57 16.41 29.85 -
YUV 114.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 114 108 147 0.22 0.27 0 0.42 249.23 0.15 0.5
Hex 72 6C 93 16 1B 0 2A F9 F 32
Octal 162 154 223 26 33 0 52 371 17 62
Binary 1110010 1101100 10010011 10110 11011 0 101010 11111001 1111 110010

Color Harmonies of #726C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C93

Black with #726C93

Text Example


Text Example

White with #726C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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