Html Css Color HEX #7645F4 Medium Slate Blue

📋 copy color: '#7645F4'

red 118 ◦ green 69 ◦ blue 244

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

Shades of Medium Slate Blue #7645F4

Tints of Medium Slate Blue #7645F4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.01%

 BLUE value IS 244 (95.7% from 255) = 56.61%

R = 27.38%
G = 16.01%
B = 56.61%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7645F4 (or 0x7645F4) is known color: Medium Slate Blue. HEX triplet: 76, 45 and F4. RGB value is (118,69,244). Sum of RGB (Red+Green+Blue) = 118+69+244=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 244 (95.70% from 255 or 56.61% from 431); Max value from RGB is 244 - color contains mainly: blue. Hex color #7645F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7645F4 is #89BA0B. Grayscale: #666666. Windows color (decimal): -9026060 or 16008566. OLE color: 16008566.

HSL color Cylindrical-coordinate representation of color #7645F4: hue angle of 256.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7645F4 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 69 244 -
CMYK 0.52 0.72 0 0.04
HSL 256.8º 0.89% 0.61% -
HSV(B) 256.8º 0.72% 0.96% -
XYZ 25.93 14.64 87.05 -
YUV 103.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 118 69 244 0.52 0.72 0 0.04 256.8 0.89 0.61
Hex 76 45 F4 34 48 0 4 101 59 3D
Octal 166 105 364 64 110 0 4 401 131 75
Binary 1110110 1000101 11110100 110100 1001000 0 100 100000001 1011001 111101

Color Harmonies of #7645F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7645F4

Black with #7645F4

Text Example


Text Example

White with #7645F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7645F4; }

 p { color: rgb(118,69,244); }

 H1.HeaderClassName
 {
   color: #7645F4;
 }
 .AnyTagClassName
 {
   color: #7645F4;
 }
</style>

background-color css

<style>
 a { background-color: #7645F4; }

 a { background-color: rgb(118,69,244); }

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

border-color css

<style>
 span { border-color: #7645F4; }

 span { border-color: rgb(118,69,244); }

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