Html Css Color HEX #724CE0 Slate Blue

📋 copy color: '#724CE0'

red 114 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #724CE0

Tints of Slate Blue #724CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 27.54%
G = 18.36%
B = 54.11%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#724CE0 (or 0x724CE0) is known color: Slate Blue. HEX triplet: 72, 4C and E0. RGB value is (114,76,224). Sum of RGB (Red+Green+Blue) = 114+76+224=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #724CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CE0 is #8DB31F. Grayscale: #676767. Windows color (decimal): -9286432 or 14699634. OLE color: 14699634.

HSL color Cylindrical-coordinate representation of color #724CE0: hue angle of 255.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724CE0 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 76 224 -
CMYK 0.49 0.66 0 0.12
HSL 255.41º 0.7% 0.59% -
HSV(B) 255.41º 0.66% 0.88% -
XYZ 22.98 14.13 72.04 -
YUV 104.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 114 76 224 0.49 0.66 0 0.12 255.41 0.7 0.59
Hex 72 4C E0 31 42 0 C FF 46 3B
Octal 162 114 340 61 102 0 14 377 106 73
Binary 1110010 1001100 11100000 110001 1000010 0 1100 11111111 1000110 111011

Color Harmonies of #724CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CE0

Black with #724CE0

Text Example


Text Example

White with #724CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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