Html Css Color HEX #726297 Scampi

📋 copy color: '#726297'

red 114 ◦ green 98 ◦ blue 151

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

Shades of Scampi #726297

Tints of Scampi #726297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 31.4%
G = 27%
B = 41.6%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726297 (or 0x726297) is known color: Scampi. HEX triplet: 72, 62 and 97. RGB value is (114,98,151). Sum of RGB (Red+Green+Blue) = 114+98+151=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #726297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726297 is #8D9D68. Grayscale: #6C6C6C. Windows color (decimal): -9280873 or 9921138. OLE color: 9921138.

HSL color Cylindrical-coordinate representation of color #726297: hue angle of 258.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726297 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 98 151 -
CMYK 0.25 0.35 0 0.41
HSL 258.11º 0.21% 0.49% -
HSV(B) 258.11º 0.35% 0.59% -
XYZ 16.89 14.55 31.2 -
YUV 108.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 114 98 151 0.25 0.35 0 0.41 258.11 0.21 0.49
Hex 72 62 97 19 23 0 29 102 15 31
Octal 162 142 227 31 43 0 51 402 25 61
Binary 1110010 1100010 10010111 11001 100011 0 101001 100000010 10101 110001

Color Harmonies of #726297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726297

Black with #726297

Text Example


Text Example

White with #726297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726297; }

 p { color: rgb(114,98,151); }

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

background-color css

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

 a { background-color: rgb(114,98,151); }

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

border-color css

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

 span { border-color: rgb(114,98,151); }

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