Html Css Color HEX #725D9C Scampi

📋 copy color: '#725D9C'

red 114 ◦ green 93 ◦ blue 156

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

Shades of Scampi #725D9C

Tints of Scampi #725D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 31.4%
G = 25.62%
B = 42.98%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#725D9C (or 0x725D9C) is known color: Scampi. HEX triplet: 72, 5D and 9C. RGB value is (114,93,156). Sum of RGB (Red+Green+Blue) = 114+93+156=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #725D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725D9C is #8DA263. Grayscale: #6A6A6A. Windows color (decimal): -9282148 or 10247538. OLE color: 10247538.

HSL color Cylindrical-coordinate representation of color #725D9C: hue angle of 260º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #725D9C is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 93 156 -
CMYK 0.27 0.40 0 0.39
HSL 260º 0.25% 0.49% -
HSV(B) 260º 0.4% 0.61% -
XYZ 16.85 13.81 33.23 -
YUV 106.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 114 93 156 0.27 0.40 0 0.39 260 0.25 0.49
Hex 72 5D 9C 1B 28 0 27 104 19 31
Octal 162 135 234 33 50 0 47 404 31 61
Binary 1110010 1011101 10011100 11011 101000 0 100111 100000100 11001 110001

Color Harmonies of #725D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D9C

Black with #725D9C

Text Example


Text Example

White with #725D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725D9C; }

 p { color: rgb(114,93,156); }

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

background-color css

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

 a { background-color: rgb(114,93,156); }

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

border-color css

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

 span { border-color: rgb(114,93,156); }

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