Html Css Color HEX #7750FA Medium Slate Blue

📋 copy color: '#7750FA'

red 119 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #7750FA

Tints of Medium Slate Blue #7750FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 26.5%
G = 17.82%
B = 55.68%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7750FA (or 0x7750FA) is known color: Medium Slate Blue. HEX triplet: 77, 50 and FA. RGB value is (119,80,250). Sum of RGB (Red+Green+Blue) = 119+80+250=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #7750FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7750FA is #88AF05. Grayscale: #6E6E6E. Windows color (decimal): -8957702 or 16404599. OLE color: 16404599.

HSL color Cylindrical-coordinate representation of color #7750FA: hue angle of 253.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7750FA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 80 250 -
CMYK 0.52 0.68 0 0.02
HSL 253.76º 0.94% 0.65% -
HSV(B) 253.76º 0.68% 0.98% -
XYZ 27.73 16.56 92.18 -
YUV 111.04 206.42 133.68 -
System Red Green Blue C M Y K H S L
Decimal 119 80 250 0.52 0.68 0 0.02 253.76 0.94 0.65
Hex 77 50 FA 34 44 0 2 FE 5E 41
Octal 167 120 372 64 104 0 2 376 136 101
Binary 1110111 1010000 11111010 110100 1000100 0 10 11111110 1011110 1000001

Color Harmonies of #7750FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750FA

Black with #7750FA

Text Example


Text Example

White with #7750FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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