Html Css Color HEX #724FEA Medium Slate Blue

📋 copy color: '#724FEA'

red 114 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #724FEA

Tints of Medium Slate Blue #724FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.5%

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 26.7%
G = 18.5%
B = 54.8%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#724FEA (or 0x724FEA) is known color: Medium Slate Blue. HEX triplet: 72, 4F and EA. RGB value is (114,79,234). Sum of RGB (Red+Green+Blue) = 114+79+234=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #724FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FEA is #8DB015. Grayscale: #6A6A6A. Windows color (decimal): -9285654 or 15355762. OLE color: 15355762.

HSL color Cylindrical-coordinate representation of color #724FEA: hue angle of 253.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724FEA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 79 234 -
CMYK 0.51 0.66 0 0.08
HSL 253.55º 0.79% 0.61% -
HSV(B) 253.55º 0.66% 0.92% -
XYZ 24.59 15.11 79.46 -
YUV 107.14 199.6 132.9 -
System Red Green Blue C M Y K H S L
Decimal 114 79 234 0.51 0.66 0 0.08 253.55 0.79 0.61
Hex 72 4F EA 33 42 0 8 FE 4F 3D
Octal 162 117 352 63 102 0 10 376 117 75
Binary 1110010 1001111 11101010 110011 1000010 0 1000 11111110 1001111 111101

Color Harmonies of #724FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FEA

Black with #724FEA

Text Example


Text Example

White with #724FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,234); }

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

background-color css

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

 a { background-color: rgb(114,79,234); }

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

border-color css

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

 span { border-color: rgb(114,79,234); }

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