Html Css Color HEX #724BEA Medium Slate Blue

📋 copy color: '#724BEA'

red 114 ◦ green 75 ◦ blue 234

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

Shades of Medium Slate Blue #724BEA

Tints of Medium Slate Blue #724BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 26.95%
G = 17.73%
B = 55.32%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#724BEA (or 0x724BEA) is known color: Medium Slate Blue. HEX triplet: 72, 4B and EA. RGB value is (114,75,234). Sum of RGB (Red+Green+Blue) = 114+75+234=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #724BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724BEA is #8DB415. Grayscale: #686868. Windows color (decimal): -9286678 or 15354738. OLE color: 15354738.

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

Color convert

RGB 114 75 234 -
CMYK 0.51 0.68 0 0.08
HSL 254.72º 0.79% 0.61% -
HSV(B) 254.72º 0.68% 0.92% -
XYZ 24.31 14.55 79.37 -
YUV 104.79 200.92 134.57 -
System Red Green Blue C M Y K H S L
Decimal 114 75 234 0.51 0.68 0 0.08 254.72 0.79 0.61
Hex 72 4B EA 33 44 0 8 FF 4F 3D
Octal 162 113 352 63 104 0 10 377 117 75
Binary 1110010 1001011 11101010 110011 1000100 0 1000 11111111 1001111 111101

Color Harmonies of #724BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BEA

Black with #724BEA

Text Example


Text Example

White with #724BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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