Html Css Color HEX #726395 Scampi

📋 copy color: '#726395'

red 114 ◦ green 99 ◦ blue 149

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

Shades of Scampi #726395

Tints of Scampi #726395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 31.49%
G = 27.35%
B = 41.16%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#726395 (or 0x726395) is known color: Scampi. HEX triplet: 72, 63 and 95. RGB value is (114,99,149). Sum of RGB (Red+Green+Blue) = 114+99+149=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #726395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726395 is #8D9C6A. Grayscale: #6C6C6C. Windows color (decimal): -9280619 or 9790322. OLE color: 9790322.

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

Color convert

RGB 114 99 149 -
CMYK 0.23 0.34 0 0.42
HSL 258º 0.2% 0.49% -
HSV(B) 258º 0.34% 0.58% -
XYZ 16.83 14.67 30.38 -
YUV 109.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 114 99 149 0.23 0.34 0 0.42 258 0.2 0.49
Hex 72 63 95 17 22 0 2A 102 14 31
Octal 162 143 225 27 42 0 52 402 24 61
Binary 1110010 1100011 10010101 10111 100010 0 101010 100000010 10100 110001

Color Harmonies of #726395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726395

Black with #726395

Text Example


Text Example

White with #726395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726395; }

 p { color: rgb(114,99,149); }

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

background-color css

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

 a { background-color: rgb(114,99,149); }

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

border-color css

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

 span { border-color: rgb(114,99,149); }

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