Html Css Color HEX #724FDC Slate Blue

📋 copy color: '#724FDC'

red 114 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #724FDC

Tints of Slate Blue #724FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 27.6%
G = 19.13%
B = 53.27%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#724FDC (or 0x724FDC) is known color: Slate Blue. HEX triplet: 72, 4F and DC. RGB value is (114,79,220). Sum of RGB (Red+Green+Blue) = 114+79+220=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #724FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FDC is #8DB023. Grayscale: #696969. Windows color (decimal): -9285668 or 14438258. OLE color: 14438258.

HSL color Cylindrical-coordinate representation of color #724FDC: hue angle of 254.89º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724FDC is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 79 220 -
CMYK 0.48 0.64 0 0.14
HSL 254.89º 0.67% 0.59% -
HSV(B) 254.89º 0.64% 0.86% -
XYZ 22.65 14.34 69.28 -
YUV 105.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 114 79 220 0.48 0.64 0 0.14 254.89 0.67 0.59
Hex 72 4F DC 30 40 0 E FF 43 3B
Octal 162 117 334 60 100 0 16 377 103 73
Binary 1110010 1001111 11011100 110000 1000000 0 1110 11111111 1000011 111011

Color Harmonies of #724FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FDC

Black with #724FDC

Text Example


Text Example

White with #724FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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