Html Css Color HEX #724CDD Slate Blue

📋 copy color: '#724CDD'

red 114 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #724CDD

Tints of Slate Blue #724CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 27.74%
G = 18.49%
B = 53.77%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724CDD (or 0x724CDD) is known color: Slate Blue. HEX triplet: 72, 4C and DD. RGB value is (114,76,221). Sum of RGB (Red+Green+Blue) = 114+76+221=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #724CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CDD is #8DB322. Grayscale: #676767. Windows color (decimal): -9286435 or 14503026. OLE color: 14503026.

HSL color Cylindrical-coordinate representation of color #724CDD: hue angle of 255.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724CDD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 76 221 -
CMYK 0.48 0.66 0 0.13
HSL 255.72º 0.68% 0.58% -
HSV(B) 255.72º 0.66% 0.87% -
XYZ 22.58 13.97 69.91 -
YUV 103.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 114 76 221 0.48 0.66 0 0.13 255.72 0.68 0.58
Hex 72 4C DD 30 42 0 D 100 44 3A
Octal 162 114 335 60 102 0 15 400 104 72
Binary 1110010 1001100 11011101 110000 1000010 0 1101 100000000 1000100 111010

Color Harmonies of #724CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CDD

Black with #724CDD

Text Example


Text Example

White with #724CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,76,221); }

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

background-color css

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

 a { background-color: rgb(114,76,221); }

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

border-color css

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

 span { border-color: rgb(114,76,221); }

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