Html Css Color HEX #7650EF Medium Slate Blue

📋 copy color: '#7650EF'

red 118 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #7650EF

Tints of Medium Slate Blue #7650EF

RGB

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

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

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

R = 27%
G = 18.31%
B = 54.69%

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

#7650EF (or 0x7650EF) is known color: Medium Slate Blue. HEX triplet: 76, 50 and EF. RGB value is (118,80,239). Sum of RGB (Red+Green+Blue) = 118+80+239=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #7650EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7650EF is #89AF10. Grayscale: #6C6C6C. Windows color (decimal): -9023249 or 15683702. OLE color: 15683702.

HSL color Cylindrical-coordinate representation of color #7650EF: hue angle of 254.34º 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 #7650EF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 80 239 -
CMYK 0.51 0.67 0 0.06
HSL 254.34º 0.83% 0.63% -
HSV(B) 254.34º 0.67% 0.94% -
XYZ 25.92 15.82 83.35 -
YUV 109.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 118 80 239 0.51 0.67 0 0.06 254.34 0.83 0.63
Hex 76 50 EF 33 43 0 6 FE 53 3F
Octal 166 120 357 63 103 0 6 376 123 77
Binary 1110110 1010000 11101111 110011 1000011 0 110 11111110 1010011 111111

Color Harmonies of #7650EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650EF

Black with #7650EF

Text Example


Text Example

White with #7650EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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