Html Css Color HEX #7763EA Medium Slate Blue

📋 copy color: '#7763EA'

red 119 ◦ green 99 ◦ blue 234

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

Shades of Medium Slate Blue #7763EA

Tints of Medium Slate Blue #7763EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.9%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 26.33%
G = 21.9%
B = 51.77%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7763EA (or 0x7763EA) is known color: Medium Slate Blue. HEX triplet: 77, 63 and EA. RGB value is (119,99,234). Sum of RGB (Red+Green+Blue) = 119+99+234=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7763EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7763EA is #889C15. Grayscale: #777777. Windows color (decimal): -8952854 or 15360887. OLE color: 15360887.

HSL color Cylindrical-coordinate representation of color #7763EA: hue angle of 248.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7763EA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 99 234 -
CMYK 0.49 0.58 0 0.08
HSL 248.89º 0.76% 0.65% -
HSV(B) 248.89º 0.58% 0.92% -
XYZ 26.92 18.79 80.05 -
YUV 120.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 119 99 234 0.49 0.58 0 0.08 248.89 0.76 0.65
Hex 77 63 EA 31 3A 0 8 F9 4C 41
Octal 167 143 352 61 72 0 10 371 114 101
Binary 1110111 1100011 11101010 110001 111010 0 1000 11111001 1001100 1000001

Color Harmonies of #7763EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7763EA

Black with #7763EA

Text Example


Text Example

White with #7763EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7763EA; }

 p { color: rgb(119,99,234); }

 H1.HeaderClassName
 {
   color: #7763EA;
 }
 .AnyTagClassName
 {
   color: #7763EA;
 }
</style>

background-color css

<style>
 a { background-color: #7763EA; }

 a { background-color: rgb(119,99,234); }

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

border-color css

<style>
 span { border-color: #7763EA; }

 span { border-color: rgb(119,99,234); }

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