Html Css Color HEX #724EDA Slate Blue

📋 copy color: '#724EDA'

red 114 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #724EDA

Tints of Slate Blue #724EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 27.8%
G = 19.02%
B = 53.17%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#724EDA (or 0x724EDA) is known color: Slate Blue. HEX triplet: 72, 4E and DA. RGB value is (114,78,218). Sum of RGB (Red+Green+Blue) = 114+78+218=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #724EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EDA is #8DB125. Grayscale: #686868. Windows color (decimal): -9285926 or 14306930. OLE color: 14306930.

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

Color convert

RGB 114 78 218 -
CMYK 0.48 0.64 0 0.15
HSL 255.43º 0.65% 0.58% -
HSV(B) 255.43º 0.64% 0.85% -
XYZ 22.32 14.09 67.87 -
YUV 104.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 114 78 218 0.48 0.64 0 0.15 255.43 0.65 0.58
Hex 72 4E DA 30 40 0 F FF 41 3A
Octal 162 116 332 60 100 0 17 377 101 72
Binary 1110010 1001110 11011010 110000 1000000 0 1111 11111111 1000001 111010

Color Harmonies of #724EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EDA

Black with #724EDA

Text Example


Text Example

White with #724EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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