Html Css Color HEX #726198 Scampi

📋 copy color: '#726198'

red 114 ◦ green 97 ◦ blue 152

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

Shades of Scampi #726198

Tints of Scampi #726198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 31.4%
G = 26.72%
B = 41.87%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#726198 (or 0x726198) is known color: Scampi. HEX triplet: 72, 61 and 98. RGB value is (114,97,152). Sum of RGB (Red+Green+Blue) = 114+97+152=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #726198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726198 is #8D9E67. Grayscale: #6C6C6C. Windows color (decimal): -9281128 or 9986418. OLE color: 9986418.

HSL color Cylindrical-coordinate representation of color #726198: hue angle of 258.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726198 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 97 152 -
CMYK 0.25 0.36 0 0.40
HSL 258.55º 0.22% 0.49% -
HSV(B) 258.55º 0.36% 0.6% -
XYZ 16.88 14.39 31.59 -
YUV 108.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 114 97 152 0.25 0.36 0 0.40 258.55 0.22 0.49
Hex 72 61 98 19 24 0 28 103 16 31
Octal 162 141 230 31 44 0 50 403 26 61
Binary 1110010 1100001 10011000 11001 100100 0 101000 100000011 10110 110001

Color Harmonies of #726198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726198

Black with #726198

Text Example


Text Example

White with #726198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726198; }

 p { color: rgb(114,97,152); }

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

background-color css

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

 a { background-color: rgb(114,97,152); }

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

border-color css

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

 span { border-color: rgb(114,97,152); }

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