Html Css Color HEX #724DD8 Slate Blue

📋 copy color: '#724DD8'

red 114 ◦ green 77 ◦ blue 216

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

Shades of Slate Blue #724DD8

Tints of Slate Blue #724DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

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

R = 28.01%
G = 18.92%
B = 53.07%

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

#724DD8 (or 0x724DD8) is known color: Slate Blue. HEX triplet: 72, 4D and D8. RGB value is (114,77,216). Sum of RGB (Red+Green+Blue) = 114+77+216=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #724DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DD8 is #8DB227. Grayscale: #676767. Windows color (decimal): -9286184 or 14175602. OLE color: 14175602.

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

Color convert

RGB 114 77 216 -
CMYK 0.47 0.64 0 0.15
HSL 255.97º 0.64% 0.57% -
HSV(B) 255.97º 0.64% 0.85% -
XYZ 21.99 13.84 66.48 -
YUV 103.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 114 77 216 0.47 0.64 0 0.15 255.97 0.64 0.57
Hex 72 4D D8 2F 40 0 F 100 40 39
Octal 162 115 330 57 100 0 17 400 100 71
Binary 1110010 1001101 11011000 101111 1000000 0 1111 100000000 1000000 111001

Color Harmonies of #724DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DD8

Black with #724DD8

Text Example


Text Example

White with #724DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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