Html Css Color HEX #7641FE Medium Slate Blue

📋 copy color: '#7641FE'

red 118 ◦ green 65 ◦ blue 254

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

Shades of Medium Slate Blue #7641FE

Tints of Medium Slate Blue #7641FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 27%
G = 14.87%
B = 58.12%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7641FE (or 0x7641FE) is known color: Medium Slate Blue. HEX triplet: 76, 41 and FE. RGB value is (118,65,254). Sum of RGB (Red+Green+Blue) = 118+65+254=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #7641FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7641FE is #89BE01. Grayscale: #656565. Windows color (decimal): -9027074 or 16662902. OLE color: 16662902.

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

Color convert

RGB 118 65 254 -
CMYK 0.54 0.74 0 0.00
HSL 256.83º 0.99% 0.63% -
HSV(B) 256.83º 0.74% 1% -
XYZ 27.25 14.79 95.18 -
YUV 102.39 213.56 139.13 -
System Red Green Blue C M Y K H S L
Decimal 118 65 254 0.54 0.74 0 0.00 256.83 0.99 0.63
Hex 76 41 FE 36 4A 0 0 101 63 3F
Octal 166 101 376 66 112 0 0 401 143 77
Binary 1110110 1000001 11111110 110110 1001010 0 0 100000001 1100011 111111

Color Harmonies of #7641FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641FE

Black with #7641FE

Text Example


Text Example

White with #7641FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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