Html Css Color HEX #724DCA Slate Blue

📋 copy color: '#724DCA'

red 114 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #724DCA

Tints of Slate Blue #724DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 29.01%
G = 19.59%
B = 51.4%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#724DCA (or 0x724DCA) is known color: Slate Blue. HEX triplet: 72, 4D and CA. RGB value is (114,77,202). Sum of RGB (Red+Green+Blue) = 114+77+202=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #724DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DCA is #8DB235. Grayscale: #656565. Windows color (decimal): -9286198 or 13258098. OLE color: 13258098.

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

Color convert

RGB 114 77 202 -
CMYK 0.44 0.62 0 0.21
HSL 257.76º 0.54% 0.55% -
HSV(B) 257.76º 0.62% 0.79% -
XYZ 20.25 13.15 57.35 -
YUV 102.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 114 77 202 0.44 0.62 0 0.21 257.76 0.54 0.55
Hex 72 4D CA 2C 3E 0 15 102 36 37
Octal 162 115 312 54 76 0 25 402 66 67
Binary 1110010 1001101 11001010 101100 111110 0 10101 100000010 110110 110111

Color Harmonies of #724DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DCA

Black with #724DCA

Text Example


Text Example

White with #724DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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