Html Css Color HEX #7450EF Medium Slate Blue

📋 copy color: '#7450EF'

red 116 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #7450EF

Tints of Medium Slate Blue #7450EF

RGB

 RED value IS 116 (45.7% from 255) = 26.67%

 GREEN value IS 80 (31.64% from 255) = 18.39%

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 26.67%
G = 18.39%
B = 54.94%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7450EF (or 0x7450EF) is known color: Medium Slate Blue. HEX triplet: 74, 50 and EF. RGB value is (116,80,239). Sum of RGB (Red+Green+Blue) = 116+80+239=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #7450EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7450EF is #8BAF10. Grayscale: #6C6C6C. Windows color (decimal): -9154321 or 15683700. OLE color: 15683700.

HSL color Cylindrical-coordinate representation of color #7450EF: hue angle of 253.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7450EF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 80 239 -
CMYK 0.51 0.67 0 0.06
HSL 253.58º 0.83% 0.63% -
HSV(B) 253.58º 0.67% 0.94% -
XYZ 25.65 15.68 83.34 -
YUV 108.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 116 80 239 0.51 0.67 0 0.06 253.58 0.83 0.63
Hex 74 50 EF 33 43 0 6 FE 53 3F
Octal 164 120 357 63 103 0 6 376 123 77
Binary 1110100 1010000 11101111 110011 1000011 0 110 11111110 1010011 111111

Color Harmonies of #7450EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7450EF

Black with #7450EF

Text Example


Text Example

White with #7450EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7450EF; }

 p { color: rgb(116,80,239); }

 H1.HeaderClassName
 {
   color: #7450EF;
 }
 .AnyTagClassName
 {
   color: #7450EF;
 }
</style>

background-color css

<style>
 a { background-color: #7450EF; }

 a { background-color: rgb(116,80,239); }

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

border-color css

<style>
 span { border-color: #7450EF; }

 span { border-color: rgb(116,80,239); }

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