Html Css Color HEX #724EDC Slate Blue

📋 copy color: '#724EDC'

red 114 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #724EDC

Tints of Slate Blue #724EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 27.67%
G = 18.93%
B = 53.4%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#724EDC (or 0x724EDC) is known color: Slate Blue. HEX triplet: 72, 4E and DC. RGB value is (114,78,220). Sum of RGB (Red+Green+Blue) = 114+78+220=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #724EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EDC is #8DB123. Grayscale: #686868. Windows color (decimal): -9285924 or 14438002. OLE color: 14438002.

HSL color Cylindrical-coordinate representation of color #724EDC: hue angle of 255.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724EDC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 78 220 -
CMYK 0.48 0.65 0 0.14
HSL 255.21º 0.67% 0.58% -
HSV(B) 255.21º 0.65% 0.86% -
XYZ 22.58 14.19 69.26 -
YUV 104.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 114 78 220 0.48 0.65 0 0.14 255.21 0.67 0.58
Hex 72 4E DC 30 41 0 E FF 43 3A
Octal 162 116 334 60 101 0 16 377 103 72
Binary 1110010 1001110 11011100 110000 1000001 0 1110 11111111 1000011 111010

Color Harmonies of #724EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EDC

Black with #724EDC

Text Example


Text Example

White with #724EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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