Html Css Color HEX #7646FE Medium Slate Blue

📋 copy color: '#7646FE'

red 118 ◦ green 70 ◦ blue 254

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

Shades of Medium Slate Blue #7646FE

Tints of Medium Slate Blue #7646FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.84%

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

R = 26.7%
G = 15.84%
B = 57.47%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7646FE (or 0x7646FE) is known color: Medium Slate Blue. HEX triplet: 76, 46 and FE. RGB value is (118,70,254). Sum of RGB (Red+Green+Blue) = 118+70+254=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #7646FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7646FE is #89B901. Grayscale: #686868. Windows color (decimal): -9025794 or 16664182. OLE color: 16664182.

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

Color convert

RGB 118 70 254 -
CMYK 0.54 0.72 0 0.00
HSL 255.65º 0.99% 0.64% -
HSV(B) 255.65º 0.72% 1% -
XYZ 27.55 15.39 95.28 -
YUV 105.33 211.9 137.04 -
System Red Green Blue C M Y K H S L
Decimal 118 70 254 0.54 0.72 0 0.00 255.65 0.99 0.64
Hex 76 46 FE 36 48 0 0 100 63 40
Octal 166 106 376 66 110 0 0 400 143 100
Binary 1110110 1000110 11111110 110110 1001000 0 0 100000000 1100011 1000000

Color Harmonies of #7646FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646FE

Black with #7646FE

Text Example


Text Example

White with #7646FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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