Html Css Color HEX #725EA9 Scampi

📋 copy color: '#725EA9'

red 114 ◦ green 94 ◦ blue 169

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

Shades of Scampi #725EA9

Tints of Scampi #725EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 30.24%
G = 24.93%
B = 44.83%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#725EA9 (or 0x725EA9) is known color: Scampi. HEX triplet: 72, 5E and A9. RGB value is (114,94,169). Sum of RGB (Red+Green+Blue) = 114+94+169=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #725EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725EA9 is #8DA156. Grayscale: #6C6C6C. Windows color (decimal): -9281879 or 11099762. OLE color: 11099762.

HSL color Cylindrical-coordinate representation of color #725EA9: hue angle of 256º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725EA9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 94 169 -
CMYK 0.33 0.44 0 0.34
HSL 256º 0.3% 0.52% -
HSV(B) 256º 0.44% 0.66% -
XYZ 18.1 14.45 39.37 -
YUV 108.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 114 94 169 0.33 0.44 0 0.34 256 0.3 0.52
Hex 72 5E A9 21 2C 0 22 100 1E 34
Octal 162 136 251 41 54 0 42 400 36 64
Binary 1110010 1011110 10101001 100001 101100 0 100010 100000000 11110 110100

Color Harmonies of #725EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EA9

Black with #725EA9

Text Example


Text Example

White with #725EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,169); }

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

background-color css

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

 a { background-color: rgb(114,94,169); }

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

border-color css

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

 span { border-color: rgb(114,94,169); }

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