Html Css Color HEX #7757F0 Medium Slate Blue

📋 copy color: '#7757F0'

red 119 ◦ green 87 ◦ blue 240

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

Shades of Medium Slate Blue #7757F0

Tints of Medium Slate Blue #7757F0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.51%

 BLUE value IS 240 (94.14% from 255) = 53.81%

R = 26.68%
G = 19.51%
B = 53.81%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7757F0 (or 0x7757F0) is known color: Medium Slate Blue. HEX triplet: 77, 57 and F0. RGB value is (119,87,240). Sum of RGB (Red+Green+Blue) = 119+87+240=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #7757F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7757F0 is #88A80F. Grayscale: #717171. Windows color (decimal): -8955920 or 15751031. OLE color: 15751031.

HSL color Cylindrical-coordinate representation of color #7757F0: hue angle of 252.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7757F0 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 87 240 -
CMYK 0.50 0.64 0 0.06
HSL 252.55º 0.84% 0.64% -
HSV(B) 252.55º 0.64% 0.94% -
XYZ 26.74 17.03 84.32 -
YUV 114.01 199.1 131.56 -
System Red Green Blue C M Y K H S L
Decimal 119 87 240 0.50 0.64 0 0.06 252.55 0.84 0.64
Hex 77 57 F0 32 40 0 6 FD 54 40
Octal 167 127 360 62 100 0 6 375 124 100
Binary 1110111 1010111 11110000 110010 1000000 0 110 11111101 1010100 1000000

Color Harmonies of #7757F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757F0

Black with #7757F0

Text Example


Text Example

White with #7757F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7757F0; }

 p { color: rgb(119,87,240); }

 H1.HeaderClassName
 {
   color: #7757F0;
 }
 .AnyTagClassName
 {
   color: #7757F0;
 }
</style>

background-color css

<style>
 a { background-color: #7757F0; }

 a { background-color: rgb(119,87,240); }

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

border-color css

<style>
 span { border-color: #7757F0; }

 span { border-color: rgb(119,87,240); }

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