Html Css Color HEX #7764FA Medium Slate Blue

📋 copy color: '#7764FA'

red 119 ◦ green 100 ◦ blue 250

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

Shades of Medium Slate Blue #7764FA

Tints of Medium Slate Blue #7764FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 25.37%
G = 21.32%
B = 53.3%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7764FA (or 0x7764FA) is known color: Medium Slate Blue. HEX triplet: 77, 64 and FA. RGB value is (119,100,250). Sum of RGB (Red+Green+Blue) = 119+100+250=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #7764FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7764FA is #889B05. Grayscale: #7A7A7A. Windows color (decimal): -8952582 or 16409719. OLE color: 16409719.

HSL color Cylindrical-coordinate representation of color #7764FA: hue angle of 247.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7764FA is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 100 250 -
CMYK 0.52 0.6 0 0.02
HSL 247.6º 0.94% 0.69% -
HSV(B) 247.6º 0.6% 0.98% -
XYZ 29.42 19.94 92.74 -
YUV 122.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 119 100 250 0.52 0.6 0 0.02 247.6 0.94 0.69
Hex 77 64 FA 34 3C 0 2 F8 5E 45
Octal 167 144 372 64 74 0 2 370 136 105
Binary 1110111 1100100 11111010 110100 111100 0 10 11111000 1011110 1000101

Color Harmonies of #7764FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764FA

Black with #7764FA

Text Example


Text Example

White with #7764FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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