Html Css Color HEX #724ECD Slate Blue

📋 copy color: '#724ECD'

red 114 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #724ECD

Tints of Slate Blue #724ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 28.72%
G = 19.65%
B = 51.64%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#724ECD (or 0x724ECD) is known color: Slate Blue. HEX triplet: 72, 4E and CD. RGB value is (114,78,205). Sum of RGB (Red+Green+Blue) = 114+78+205=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #724ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ECD is #8DB132. Grayscale: #666666. Windows color (decimal): -9285939 or 13454962. OLE color: 13454962.

HSL color Cylindrical-coordinate representation of color #724ECD: hue angle of 257.01º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724ECD is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 78 205 -
CMYK 0.44 0.62 0 0.20
HSL 257.01º 0.56% 0.55% -
HSV(B) 257.01º 0.62% 0.8% -
XYZ 20.68 13.43 59.26 -
YUV 103.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 114 78 205 0.44 0.62 0 0.20 257.01 0.56 0.55
Hex 72 4E CD 2C 3E 0 14 101 38 37
Octal 162 116 315 54 76 0 24 401 70 67
Binary 1110010 1001110 11001101 101100 111110 0 10100 100000001 111000 110111

Color Harmonies of #724ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ECD

Black with #724ECD

Text Example


Text Example

White with #724ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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