Html Css Color HEX #725EA8 Scampi

📋 copy color: '#725EA8'

red 114 ◦ green 94 ◦ blue 168

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

Shades of Scampi #725EA8

Tints of Scampi #725EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 30.32%
G = 25%
B = 44.68%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#725EA8 (or 0x725EA8) is known color: Scampi. HEX triplet: 72, 5E and A8. RGB value is (114,94,168). Sum of RGB (Red+Green+Blue) = 114+94+168=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #725EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725EA8 is #8DA157. Grayscale: #6C6C6C. Windows color (decimal): -9281880 or 11034226. OLE color: 11034226.

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

Color convert

RGB 114 94 168 -
CMYK 0.32 0.44 0 0.34
HSL 256.22º 0.3% 0.51% -
HSV(B) 256.22º 0.44% 0.66% -
XYZ 18.01 14.41 38.88 -
YUV 108.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 114 94 168 0.32 0.44 0 0.34 256.22 0.3 0.51
Hex 72 5E A8 20 2C 0 22 100 1E 33
Octal 162 136 250 40 54 0 42 400 36 63
Binary 1110010 1011110 10101000 100000 101100 0 100010 100000000 11110 110011

Color Harmonies of #725EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EA8

Black with #725EA8

Text Example


Text Example

White with #725EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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