Html Css Color HEX #7750EF Medium Slate Blue

📋 copy color: '#7750EF'

red 119 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #7750EF

Tints of Medium Slate Blue #7750EF

RGB

 RED value IS 119 (46.88% from 255) = 27.17%

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

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

R = 27.17%
G = 18.26%
B = 54.57%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7750EF (or 0x7750EF) is known color: Medium Slate Blue. HEX triplet: 77, 50 and EF. RGB value is (119,80,239). Sum of RGB (Red+Green+Blue) = 119+80+239=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #7750EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7750EF is #88AF10. Grayscale: #6D6D6D. Windows color (decimal): -8957713 or 15683703. OLE color: 15683703.

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

Color convert

RGB 119 80 239 -
CMYK 0.50 0.67 0 0.06
HSL 254.72º 0.83% 0.63% -
HSV(B) 254.72º 0.67% 0.94% -
XYZ 26.06 15.89 83.36 -
YUV 109.79 200.92 134.57 -
System Red Green Blue C M Y K H S L
Decimal 119 80 239 0.50 0.67 0 0.06 254.72 0.83 0.63
Hex 77 50 EF 32 43 0 6 FF 53 3F
Octal 167 120 357 62 103 0 6 377 123 77
Binary 1110111 1010000 11101111 110010 1000011 0 110 11111111 1010011 111111

Color Harmonies of #7750EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750EF

Black with #7750EF

Text Example


Text Example

White with #7750EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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