Html Css Color HEX #724DCD Slate Blue

📋 copy color: '#724DCD'

red 114 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #724DCD

Tints of Slate Blue #724DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 28.79%
G = 19.44%
B = 51.77%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#724DCD (or 0x724DCD) is known color: Slate Blue. HEX triplet: 72, 4D and CD. RGB value is (114,77,205). Sum of RGB (Red+Green+Blue) = 114+77+205=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #724DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DCD is #8DB232. Grayscale: #666666. Windows color (decimal): -9286195 or 13454706. OLE color: 13454706.

HSL color Cylindrical-coordinate representation of color #724DCD: hue angle of 257.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724DCD is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 77 205 -
CMYK 0.44 0.62 0 0.20
HSL 257.34º 0.56% 0.55% -
HSV(B) 257.34º 0.62% 0.8% -
XYZ 20.61 13.29 59.24 -
YUV 102.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 114 77 205 0.44 0.62 0 0.20 257.34 0.56 0.55
Hex 72 4D CD 2C 3E 0 14 101 38 37
Octal 162 115 315 54 76 0 24 401 70 67
Binary 1110010 1001101 11001101 101100 111110 0 10100 100000001 111000 110111

Color Harmonies of #724DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DCD

Black with #724DCD

Text Example


Text Example

White with #724DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,77,205); }

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

background-color css

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

 a { background-color: rgb(114,77,205); }

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

border-color css

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

 span { border-color: rgb(114,77,205); }

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