Html Css Color HEX #7764EA Medium Slate Blue

📋 copy color: '#7764EA'

red 119 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #7764EA

Tints of Medium Slate Blue #7764EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.08%

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

R = 26.27%
G = 22.08%
B = 51.66%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7764EA (or 0x7764EA) is known color: Medium Slate Blue. HEX triplet: 77, 64 and EA. RGB value is (119,100,234). Sum of RGB (Red+Green+Blue) = 119+100+234=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #7764EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7764EA is #889B15. Grayscale: #787878. Windows color (decimal): -8952598 or 15361143. OLE color: 15361143.

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

Color convert

RGB 119 100 234 -
CMYK 0.49 0.57 0 0.08
HSL 248.51º 0.76% 0.65% -
HSV(B) 248.51º 0.57% 0.92% -
XYZ 27.02 18.98 80.08 -
YUV 120.96 191.79 126.6 -
System Red Green Blue C M Y K H S L
Decimal 119 100 234 0.49 0.57 0 0.08 248.51 0.76 0.65
Hex 77 64 EA 31 39 0 8 F9 4C 41
Octal 167 144 352 61 71 0 10 371 114 101
Binary 1110111 1100100 11101010 110001 111001 0 1000 11111001 1001100 1000001

Color Harmonies of #7764EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764EA

Black with #7764EA

Text Example


Text Example

White with #7764EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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