Html Css Color HEX #7761EE Medium Slate Blue

📋 copy color: '#7761EE'

red 119 ◦ green 97 ◦ blue 238

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

Shades of Medium Slate Blue #7761EE

Tints of Medium Slate Blue #7761EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 26.21%
G = 21.37%
B = 52.42%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7761EE (or 0x7761EE) is known color: Medium Slate Blue. HEX triplet: 77, 61 and EE. RGB value is (119,97,238). Sum of RGB (Red+Green+Blue) = 119+97+238=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #7761EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7761EE is #889E11. Grayscale: #777777. Windows color (decimal): -8953362 or 15622519. OLE color: 15622519.

HSL color Cylindrical-coordinate representation of color #7761EE: hue angle of 249.36º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7761EE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 97 238 -
CMYK 0.50 0.59 0 0.07
HSL 249.36º 0.81% 0.66% -
HSV(B) 249.36º 0.59% 0.93% -
XYZ 27.32 18.64 83.05 -
YUV 119.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 119 97 238 0.50 0.59 0 0.07 249.36 0.81 0.66
Hex 77 61 EE 32 3B 0 7 F9 51 42
Octal 167 141 356 62 73 0 7 371 121 102
Binary 1110111 1100001 11101110 110010 111011 0 111 11111001 1010001 1000010

Color Harmonies of #7761EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761EE

Black with #7761EE

Text Example


Text Example

White with #7761EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7761EE; }

 p { color: rgb(119,97,238); }

 H1.HeaderClassName
 {
   color: #7761EE;
 }
 .AnyTagClassName
 {
   color: #7761EE;
 }
</style>

background-color css

<style>
 a { background-color: #7761EE; }

 a { background-color: rgb(119,97,238); }

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

border-color css

<style>
 span { border-color: #7761EE; }

 span { border-color: rgb(119,97,238); }

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