Html Css Color HEX #724ED7 Slate Blue

📋 copy color: '#724ED7'

red 114 ◦ green 78 ◦ blue 215

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

Shades of Slate Blue #724ED7

Tints of Slate Blue #724ED7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 215 (84.38% from 255) = 52.83%

R = 28.01%
G = 19.16%
B = 52.83%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#724ED7 (or 0x724ED7) is known color: Slate Blue. HEX triplet: 72, 4E and D7. RGB value is (114,78,215). Sum of RGB (Red+Green+Blue) = 114+78+215=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 215 (84.38% from 255 or 52.83% from 407); Max value from RGB is 215 - color contains mainly: blue. Hex color #724ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ED7 is #8DB128. Grayscale: #676767. Windows color (decimal): -9285929 or 14110322. OLE color: 14110322.

HSL color Cylindrical-coordinate representation of color #724ED7: hue angle of 255.77º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724ED7 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 78 215 -
CMYK 0.47 0.64 0 0.16
HSL 255.77º 0.63% 0.57% -
HSV(B) 255.77º 0.64% 0.84% -
XYZ 21.93 13.93 65.82 -
YUV 104.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 114 78 215 0.47 0.64 0 0.16 255.77 0.63 0.57
Hex 72 4E D7 2F 40 0 10 100 3F 39
Octal 162 116 327 57 100 0 20 400 77 71
Binary 1110010 1001110 11010111 101111 1000000 0 10000 100000000 111111 111001

Color Harmonies of #724ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ED7

Black with #724ED7

Text Example


Text Example

White with #724ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724ED7; }

 p { color: rgb(114,78,215); }

 H1.HeaderClassName
 {
   color: #724ED7;
 }
 .AnyTagClassName
 {
   color: #724ED7;
 }
</style>

background-color css

<style>
 a { background-color: #724ED7; }

 a { background-color: rgb(114,78,215); }

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

border-color css

<style>
 span { border-color: #724ED7; }

 span { border-color: rgb(114,78,215); }

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