Html Css Color HEX #724EFC Medium Slate Blue

📋 copy color: '#724EFC'

red 114 ◦ green 78 ◦ blue 252

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

Shades of Medium Slate Blue #724EFC

Tints of Medium Slate Blue #724EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 25.68%
G = 17.57%
B = 56.76%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#724EFC (or 0x724EFC) is known color: Medium Slate Blue. HEX triplet: 72, 4E and FC. RGB value is (114,78,252). Sum of RGB (Red+Green+Blue) = 114+78+252=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #724EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EFC is #8DB103. Grayscale: #6B6B6B. Windows color (decimal): -9285892 or 16535154. OLE color: 16535154.

HSL color Cylindrical-coordinate representation of color #724EFC: hue angle of 252.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724EFC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 78 252 -
CMYK 0.55 0.69 0 0.01
HSL 252.41º 0.97% 0.65% -
HSV(B) 252.41º 0.69% 0.99% -
XYZ 27.23 16.05 93.76 -
YUV 108.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 114 78 252 0.55 0.69 0 0.01 252.41 0.97 0.65
Hex 72 4E FC 37 45 0 1 FC 61 41
Octal 162 116 374 67 105 0 1 374 141 101
Binary 1110010 1001110 11111100 110111 1000101 0 1 11111100 1100001 1000001

Color Harmonies of #724EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EFC

Black with #724EFC

Text Example


Text Example

White with #724EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,78,252); }

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

background-color css

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

 a { background-color: rgb(114,78,252); }

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

border-color css

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

 span { border-color: rgb(114,78,252); }

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