Html Css Color HEX #724FDE Slate Blue

📋 copy color: '#724FDE'

red 114 ◦ green 79 ◦ blue 222

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

Shades of Slate Blue #724FDE

Tints of Slate Blue #724FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 27.47%
G = 19.04%
B = 53.49%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724FDE (or 0x724FDE) is known color: Slate Blue. HEX triplet: 72, 4F and DE. RGB value is (114,79,222). Sum of RGB (Red+Green+Blue) = 114+79+222=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #724FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FDE is #8DB021. Grayscale: #696969. Windows color (decimal): -9285666 or 14569330. OLE color: 14569330.

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

Color convert

RGB 114 79 222 -
CMYK 0.49 0.64 0 0.13
HSL 254.69º 0.68% 0.59% -
HSV(B) 254.69º 0.64% 0.87% -
XYZ 22.92 14.44 70.69 -
YUV 105.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 114 79 222 0.49 0.64 0 0.13 254.69 0.68 0.59
Hex 72 4F DE 31 40 0 D FF 44 3B
Octal 162 117 336 61 100 0 15 377 104 73
Binary 1110010 1001111 11011110 110001 1000000 0 1101 11111111 1000100 111011

Color Harmonies of #724FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FDE

Black with #724FDE

Text Example


Text Example

White with #724FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,222); }

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

background-color css

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

 a { background-color: rgb(114,79,222); }

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

border-color css

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

 span { border-color: rgb(114,79,222); }

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