Html Css Color HEX #724ED8 Slate Blue

📋 copy color: '#724ED8'

red 114 ◦ green 78 ◦ blue 216

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

Shades of Slate Blue #724ED8

Tints of Slate Blue #724ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 27.94%
G = 19.12%
B = 52.94%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#724ED8 (or 0x724ED8) is known color: Slate Blue. HEX triplet: 72, 4E and D8. RGB value is (114,78,216). Sum of RGB (Red+Green+Blue) = 114+78+216=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #724ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ED8 is #8DB127. Grayscale: #676767. Windows color (decimal): -9285928 or 14175858. OLE color: 14175858.

HSL color Cylindrical-coordinate representation of color #724ED8: hue angle of 255.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724ED8 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 78 216 -
CMYK 0.47 0.64 0 0.15
HSL 255.65º 0.64% 0.58% -
HSV(B) 255.65º 0.64% 0.85% -
XYZ 22.06 13.98 66.5 -
YUV 104.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 114 78 216 0.47 0.64 0 0.15 255.65 0.64 0.58
Hex 72 4E D8 2F 40 0 F 100 40 3A
Octal 162 116 330 57 100 0 17 400 100 72
Binary 1110010 1001110 11011000 101111 1000000 0 1111 100000000 1000000 111010

Color Harmonies of #724ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ED8

Black with #724ED8

Text Example


Text Example

White with #724ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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