Html Css Color HEX #726494 Scampi

📋 copy color: '#726494'

red 114 ◦ green 100 ◦ blue 148

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

Shades of Scampi #726494

Tints of Scampi #726494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 31.49%
G = 27.62%
B = 40.88%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#726494 (or 0x726494) is known color: Scampi. HEX triplet: 72, 64 and 94. RGB value is (114,100,148). Sum of RGB (Red+Green+Blue) = 114+100+148=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #726494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726494 is #8D9B6B. Grayscale: #6D6D6D. Windows color (decimal): -9280364 or 9725042. OLE color: 9725042.

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

Color convert

RGB 114 100 148 -
CMYK 0.23 0.32 0 0.42
HSL 257.5º 0.19% 0.49% -
HSV(B) 257.5º 0.32% 0.58% -
XYZ 16.84 14.83 29.99 -
YUV 109.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 114 100 148 0.23 0.32 0 0.42 257.5 0.19 0.49
Hex 72 64 94 17 20 0 2A 102 13 31
Octal 162 144 224 27 40 0 52 402 23 61
Binary 1110010 1100100 10010100 10111 100000 0 101010 100000010 10011 110001

Color Harmonies of #726494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726494

Black with #726494

Text Example


Text Example

White with #726494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726494; }

 p { color: rgb(114,100,148); }

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

background-color css

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

 a { background-color: rgb(114,100,148); }

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

border-color css

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

 span { border-color: rgb(114,100,148); }

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