Html Css Color HEX #724DCE Slate Blue

📋 copy color: '#724DCE'

red 114 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #724DCE

Tints of Slate Blue #724DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 28.72%
G = 19.4%
B = 51.89%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#724DCE (or 0x724DCE) is known color: Slate Blue. HEX triplet: 72, 4D and CE. RGB value is (114,77,206). Sum of RGB (Red+Green+Blue) = 114+77+206=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #724DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DCE is #8DB231. Grayscale: #666666. Windows color (decimal): -9286194 or 13520242. OLE color: 13520242.

HSL color Cylindrical-coordinate representation of color #724DCE: hue angle of 257.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724DCE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 77 206 -
CMYK 0.45 0.63 0 0.19
HSL 257.21º 0.57% 0.55% -
HSV(B) 257.21º 0.63% 0.81% -
XYZ 20.73 13.34 59.87 -
YUV 102.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 114 77 206 0.45 0.63 0 0.19 257.21 0.57 0.55
Hex 72 4D CE 2D 3F 0 13 101 39 37
Octal 162 115 316 55 77 0 23 401 71 67
Binary 1110010 1001101 11001110 101101 111111 0 10011 100000001 111001 110111

Color Harmonies of #724DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DCE

Black with #724DCE

Text Example


Text Example

White with #724DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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