Html Css Color HEX #7764FC Medium Slate Blue

📋 copy color: '#7764FC'

red 119 ◦ green 100 ◦ blue 252

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

Shades of Medium Slate Blue #7764FC

Tints of Medium Slate Blue #7764FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 25.27%
G = 21.23%
B = 53.5%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7764FC (or 0x7764FC) is known color: Medium Slate Blue. HEX triplet: 77, 64 and FC. RGB value is (119,100,252). Sum of RGB (Red+Green+Blue) = 119+100+252=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #7764FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7764FC is #889B03. Grayscale: #7A7A7A. Windows color (decimal): -8952580 or 16540791. OLE color: 16540791.

HSL color Cylindrical-coordinate representation of color #7764FC: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7764FC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 100 252 -
CMYK 0.53 0.60 0 0.01
HSL 247.5º 0.96% 0.69% -
HSV(B) 247.5º 0.6% 0.99% -
XYZ 29.74 20.06 94.4 -
YUV 123.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 119 100 252 0.53 0.60 0 0.01 247.5 0.96 0.69
Hex 77 64 FC 35 3C 0 1 F8 60 45
Octal 167 144 374 65 74 0 1 370 140 105
Binary 1110111 1100100 11111100 110101 111100 0 1 11111000 1100000 1000101

Color Harmonies of #7764FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764FC

Black with #7764FC

Text Example


Text Example

White with #7764FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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