Html Css Color HEX #724DDF Slate Blue

📋 copy color: '#724DDF'

red 114 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #724DDF

Tints of Slate Blue #724DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 27.54%
G = 18.6%
B = 53.86%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724DDF (or 0x724DDF) is known color: Slate Blue. HEX triplet: 72, 4D and DF. RGB value is (114,77,223). Sum of RGB (Red+Green+Blue) = 114+77+223=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #724DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DDF is #8DB220. Grayscale: #686868. Windows color (decimal): -9286177 or 14634354. OLE color: 14634354.

HSL color Cylindrical-coordinate representation of color #724DDF: hue angle of 255.21º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724DDF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 77 223 -
CMYK 0.49 0.65 0 0.13
HSL 255.21º 0.7% 0.59% -
HSV(B) 255.21º 0.65% 0.87% -
XYZ 22.91 14.21 71.35 -
YUV 104.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 114 77 223 0.49 0.65 0 0.13 255.21 0.7 0.59
Hex 72 4D DF 31 41 0 D FF 46 3B
Octal 162 115 337 61 101 0 15 377 106 73
Binary 1110010 1001101 11011111 110001 1000001 0 1101 11111111 1000110 111011

Color Harmonies of #724DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DDF

Black with #724DDF

Text Example


Text Example

White with #724DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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