Html Css Color HEX #7650EC Medium Slate Blue

📋 copy color: '#7650EC'

red 118 ◦ green 80 ◦ blue 236

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

Shades of Medium Slate Blue #7650EC

Tints of Medium Slate Blue #7650EC

RGB

 RED value IS 118 (46.48% from 255) = 27.19%

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 27.19%
G = 18.43%
B = 54.38%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7650EC (or 0x7650EC) is known color: Medium Slate Blue. HEX triplet: 76, 50 and EC. RGB value is (118,80,236). Sum of RGB (Red+Green+Blue) = 118+80+236=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #7650EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7650EC is #89AF13. Grayscale: #6C6C6C. Windows color (decimal): -9023252 or 15487094. OLE color: 15487094.

HSL color Cylindrical-coordinate representation of color #7650EC: hue angle of 254.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7650EC is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 80 236 -
CMYK 0.5 0.66 0 0.07
HSL 254.62º 0.8% 0.62% -
HSV(B) 254.62º 0.66% 0.93% -
XYZ 25.48 15.65 81.03 -
YUV 109.15 199.59 134.32 -
System Red Green Blue C M Y K H S L
Decimal 118 80 236 0.5 0.66 0 0.07 254.62 0.8 0.62
Hex 76 50 EC 32 42 0 7 FF 50 3E
Octal 166 120 354 62 102 0 7 377 120 76
Binary 1110110 1010000 11101100 110010 1000010 0 111 11111111 1010000 111110

Color Harmonies of #7650EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650EC

Black with #7650EC

Text Example


Text Example

White with #7650EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7650EC; }

 p { color: rgb(118,80,236); }

 H1.HeaderClassName
 {
   color: #7650EC;
 }
 .AnyTagClassName
 {
   color: #7650EC;
 }
</style>

background-color css

<style>
 a { background-color: #7650EC; }

 a { background-color: rgb(118,80,236); }

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

border-color css

<style>
 span { border-color: #7650EC; }

 span { border-color: rgb(118,80,236); }

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