Html Css Color HEX #7648FC Medium Slate Blue

📋 copy color: '#7648FC'

red 118 ◦ green 72 ◦ blue 252

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

Shades of Medium Slate Blue #7648FC

Tints of Medium Slate Blue #7648FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 26.7%
G = 16.29%
B = 57.01%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7648FC (or 0x7648FC) is known color: Medium Slate Blue. HEX triplet: 76, 48 and FC. RGB value is (118,72,252). Sum of RGB (Red+Green+Blue) = 118+72+252=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #7648FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7648FC is #89B703. Grayscale: #696969. Windows color (decimal): -9025284 or 16533622. OLE color: 16533622.

HSL color Cylindrical-coordinate representation of color #7648FC: hue angle of 255.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7648FC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 72 252 -
CMYK 0.53 0.71 0 0.01
HSL 255.33º 0.97% 0.64% -
HSV(B) 255.33º 0.71% 0.99% -
XYZ 27.36 15.51 93.65 -
YUV 106.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 118 72 252 0.53 0.71 0 0.01 255.33 0.97 0.64
Hex 76 48 FC 35 47 0 1 FF 61 40
Octal 166 110 374 65 107 0 1 377 141 100
Binary 1110110 1001000 11111100 110101 1000111 0 1 11111111 1100001 1000000

Color Harmonies of #7648FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7648FC

Black with #7648FC

Text Example


Text Example

White with #7648FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7648FC; }

 p { color: rgb(118,72,252); }

 H1.HeaderClassName
 {
   color: #7648FC;
 }
 .AnyTagClassName
 {
   color: #7648FC;
 }
</style>

background-color css

<style>
 a { background-color: #7648FC; }

 a { background-color: rgb(118,72,252); }

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

border-color css

<style>
 span { border-color: #7648FC; }

 span { border-color: rgb(118,72,252); }

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