Html Css Color HEX #724FDD Slate Blue

📋 copy color: '#724FDD'

red 114 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #724FDD

Tints of Slate Blue #724FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 27.54%
G = 19.08%
B = 53.38%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724FDD (or 0x724FDD) is known color: Slate Blue. HEX triplet: 72, 4F and DD. RGB value is (114,79,221). Sum of RGB (Red+Green+Blue) = 114+79+221=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #724FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FDD is #8DB022. Grayscale: #696969. Windows color (decimal): -9285667 or 14503794. OLE color: 14503794.

HSL color Cylindrical-coordinate representation of color #724FDD: hue angle of 254.79º 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 #724FDD is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 79 221 -
CMYK 0.48 0.64 0 0.13
HSL 254.79º 0.68% 0.59% -
HSV(B) 254.79º 0.64% 0.87% -
XYZ 22.79 14.39 69.98 -
YUV 105.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 114 79 221 0.48 0.64 0 0.13 254.79 0.68 0.59
Hex 72 4F DD 30 40 0 D FF 44 3B
Octal 162 117 335 60 100 0 15 377 104 73
Binary 1110010 1001111 11011101 110000 1000000 0 1101 11111111 1000100 111011

Color Harmonies of #724FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FDD

Black with #724FDD

Text Example


Text Example

White with #724FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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