Html Css Color HEX #725D9B Scampi

📋 copy color: '#725D9B'

red 114 ◦ green 93 ◦ blue 155

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

Shades of Scampi #725D9B

Tints of Scampi #725D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 31.49%
G = 25.69%
B = 42.82%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#725D9B (or 0x725D9B) is known color: Scampi. HEX triplet: 72, 5D and 9B. RGB value is (114,93,155). Sum of RGB (Red+Green+Blue) = 114+93+155=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #725D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725D9B is #8DA264. Grayscale: #6A6A6A. Windows color (decimal): -9282149 or 10182002. OLE color: 10182002.

HSL color Cylindrical-coordinate representation of color #725D9B: hue angle of 260.32º 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 #725D9B is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 93 155 -
CMYK 0.26 0.4 0 0.39
HSL 260.32º 0.25% 0.49% -
HSV(B) 260.32º 0.4% 0.61% -
XYZ 16.77 13.77 32.78 -
YUV 106.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 114 93 155 0.26 0.4 0 0.39 260.32 0.25 0.49
Hex 72 5D 9B 1A 28 0 27 104 19 31
Octal 162 135 233 32 50 0 47 404 31 61
Binary 1110010 1011101 10011011 11010 101000 0 100111 100000100 11001 110001

Color Harmonies of #725D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D9B

Black with #725D9B

Text Example


Text Example

White with #725D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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