Html Css Color HEX #7645FF Medium Slate Blue

📋 copy color: '#7645FF'

red 118 ◦ green 69 ◦ blue 255

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

Shades of Medium Slate Blue #7645FF

Tints of Medium Slate Blue #7645FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 26.7%
G = 15.61%
B = 57.69%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7645FF (or 0x7645FF) is known color: Medium Slate Blue. HEX triplet: 76, 45 and FF. RGB value is (118,69,255). Sum of RGB (Red+Green+Blue) = 118+69+255=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #7645FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7645FF is #89BA00. Grayscale: #686868. Windows color (decimal): -9026049 or 16729462. OLE color: 16729462.

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

Color convert

RGB 118 69 255 -
CMYK 0.54 0.73 0 0
HSL 255.81º 1% 0.64% -
HSV(B) 255.81º 0.73% 1% -
XYZ 27.65 15.33 96.11 -
YUV 104.86 212.73 137.38 -
System Red Green Blue C M Y K H S L
Decimal 118 69 255 0.54 0.73 0 0 255.81 1 0.64
Hex 76 45 FF 36 49 0 0 100 64 40
Octal 166 105 377 66 111 0 0 400 144 100
Binary 1110110 1000101 11111111 110110 1001001 0 0 100000000 1100100 1000000

Color Harmonies of #7645FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7645FF

Black with #7645FF

Text Example


Text Example

White with #7645FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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