Html Css Color HEX #7761E7 Medium Slate Blue

📋 copy color: '#7761E7'

red 119 ◦ green 97 ◦ blue 231

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

Shades of Medium Slate Blue #7761E7

Tints of Medium Slate Blue #7761E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 26.62%
G = 21.7%
B = 51.68%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7761E7 (or 0x7761E7) is known color: Medium Slate Blue. HEX triplet: 77, 61 and E7. RGB value is (119,97,231). Sum of RGB (Red+Green+Blue) = 119+97+231=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #7761E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7761E7 is #889E18. Grayscale: #767676. Windows color (decimal): -8953369 or 15163767. OLE color: 15163767.

HSL color Cylindrical-coordinate representation of color #7761E7: hue angle of 249.85º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7761E7 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 97 231 -
CMYK 0.48 0.58 0 0.09
HSL 249.85º 0.74% 0.64% -
HSV(B) 249.85º 0.58% 0.91% -
XYZ 26.31 18.24 77.74 -
YUV 118.85 191.29 128.1 -
System Red Green Blue C M Y K H S L
Decimal 119 97 231 0.48 0.58 0 0.09 249.85 0.74 0.64
Hex 77 61 E7 30 3A 0 9 FA 4A 40
Octal 167 141 347 60 72 0 11 372 112 100
Binary 1110111 1100001 11100111 110000 111010 0 1001 11111010 1001010 1000000

Color Harmonies of #7761E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761E7

Black with #7761E7

Text Example


Text Example

White with #7761E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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