Html Css Color HEX #7664FE Medium Slate Blue

📋 copy color: '#7664FE'

red 118 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #7664FE

Tints of Medium Slate Blue #7664FE

RGB

 RED value IS 118 (46.48% from 255) = 25%

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 25%
G = 21.19%
B = 53.81%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7664FE (or 0x7664FE) is known color: Medium Slate Blue. HEX triplet: 76, 64 and FE. RGB value is (118,100,254). Sum of RGB (Red+Green+Blue) = 118+100+254=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #7664FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7664FE is #899B01. Grayscale: #7A7A7A. Windows color (decimal): -9018114 or 16671862. OLE color: 16671862.

HSL color Cylindrical-coordinate representation of color #7664FE: hue angle of 247.01º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7664FE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 100 254 -
CMYK 0.54 0.61 0 0.00
HSL 247.01º 0.99% 0.69% -
HSV(B) 247.01º 0.61% 1% -
XYZ 29.92 20.12 96.07 -
YUV 122.94 201.96 124.48 -
System Red Green Blue C M Y K H S L
Decimal 118 100 254 0.54 0.61 0 0.00 247.01 0.99 0.69
Hex 76 64 FE 36 3D 0 0 F7 63 45
Octal 166 144 376 66 75 0 0 367 143 105
Binary 1110110 1100100 11111110 110110 111101 0 0 11110111 1100011 1000101

Color Harmonies of #7664FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7664FE

Black with #7664FE

Text Example


Text Example

White with #7664FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7664FE; }

 p { color: rgb(118,100,254); }

 H1.HeaderClassName
 {
   color: #7664FE;
 }
 .AnyTagClassName
 {
   color: #7664FE;
 }
</style>

background-color css

<style>
 a { background-color: #7664FE; }

 a { background-color: rgb(118,100,254); }

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

border-color css

<style>
 span { border-color: #7664FE; }

 span { border-color: rgb(118,100,254); }

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