Html Css Color HEX #724EDF Slate Blue

📋 copy color: '#724EDF'

red 114 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #724EDF

Tints of Slate Blue #724EDF

RGB

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

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

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

R = 27.47%
G = 18.8%
B = 53.73%

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

#724EDF (or 0x724EDF) is known color: Slate Blue. HEX triplet: 72, 4E and DF. RGB value is (114,78,223). Sum of RGB (Red+Green+Blue) = 114+78+223=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #724EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EDF is #8DB120. Grayscale: #686868. Windows color (decimal): -9285921 or 14634610. OLE color: 14634610.

HSL color Cylindrical-coordinate representation of color #724EDF: hue angle of 254.9º degrees, saturation: 0.69, 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 #724EDF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 78 223 -
CMYK 0.49 0.65 0 0.13
HSL 254.9º 0.69% 0.59% -
HSV(B) 254.9º 0.65% 0.87% -
XYZ 22.98 14.35 71.37 -
YUV 105.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 114 78 223 0.49 0.65 0 0.13 254.9 0.69 0.59
Hex 72 4E DF 31 41 0 D FF 45 3B
Octal 162 116 337 61 101 0 15 377 105 73
Binary 1110010 1001110 11011111 110001 1000001 0 1101 11111111 1000101 111011

Color Harmonies of #724EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EDF

Black with #724EDF

Text Example


Text Example

White with #724EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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