Html Css Color HEX #724FDF Slate Blue

📋 copy color: '#724FDF'

red 114 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #724FDF

Tints of Slate Blue #724FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 27.4%
G = 18.99%
B = 53.61%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724FDF (or 0x724FDF) is known color: Slate Blue. HEX triplet: 72, 4F and DF. RGB value is (114,79,223). Sum of RGB (Red+Green+Blue) = 114+79+223=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #724FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FDF is #8DB020. Grayscale: #696969. Windows color (decimal): -9285665 or 14634866. OLE color: 14634866.

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

Color convert

RGB 114 79 223 -
CMYK 0.49 0.65 0 0.13
HSL 254.58º 0.69% 0.59% -
HSV(B) 254.58º 0.65% 0.87% -
XYZ 23.05 14.5 71.4 -
YUV 105.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 114 79 223 0.49 0.65 0 0.13 254.58 0.69 0.59
Hex 72 4F DF 31 41 0 D FF 45 3B
Octal 162 117 337 61 101 0 15 377 105 73
Binary 1110010 1001111 11011111 110001 1000001 0 1101 11111111 1000101 111011

Color Harmonies of #724FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FDF

Black with #724FDF

Text Example


Text Example

White with #724FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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