Html Css Color HEX #725ED5 Slate Blue

📋 copy color: '#725ED5'

red 114 ◦ green 94 ◦ blue 213

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

Shades of Slate Blue #725ED5

Tints of Slate Blue #725ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.59%

R = 27.08%
G = 22.33%
B = 50.59%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#725ED5 (or 0x725ED5) is known color: Slate Blue. HEX triplet: 72, 5E and D5. RGB value is (114,94,213). Sum of RGB (Red+Green+Blue) = 114+94+213=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #725ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ED5 is #8DA12A. Grayscale: #717171. Windows color (decimal): -9281835 or 13983346. OLE color: 13983346.

HSL color Cylindrical-coordinate representation of color #725ED5: hue angle of 250.08º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725ED5 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 94 213 -
CMYK 0.46 0.56 0 0.16
HSL 250.08º 0.59% 0.6% -
HSV(B) 250.08º 0.56% 0.84% -
XYZ 22.95 16.39 64.9 -
YUV 113.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 114 94 213 0.46 0.56 0 0.16 250.08 0.59 0.6
Hex 72 5E D5 2E 38 0 10 FA 3B 3C
Octal 162 136 325 56 70 0 20 372 73 74
Binary 1110010 1011110 11010101 101110 111000 0 10000 11111010 111011 111100

Color Harmonies of #725ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ED5

Black with #725ED5

Text Example


Text Example

White with #725ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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