Html Css Color HEX #7D46FF Medium Slate Blue

📋 copy color: '#7D46FF'

red 125 ◦ green 70 ◦ blue 255

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

Shades of Medium Slate Blue #7D46FF

Tints of Medium Slate Blue #7D46FF

RGB

 RED value IS 125 (49.22% from 255) = 27.78%

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

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

R = 27.78%
G = 15.56%
B = 56.67%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D46FF (or 0x7D46FF) is known color: Medium Slate Blue. HEX triplet: 7D, 46 and FF. RGB value is (125,70,255). Sum of RGB (Red+Green+Blue) = 125+70+255=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D46FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D46FF is #82B900. Grayscale: #6A6A6A. Windows color (decimal): -8567041 or 16729725. OLE color: 16729725.

HSL color Cylindrical-coordinate representation of color #7D46FF: hue angle of 257.84º 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 #7D46FF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 70 255 -
CMYK 0.51 0.73 0 0
HSL 257.84º 1% 0.64% -
HSV(B) 257.84º 0.73% 1% -
XYZ 28.7 15.96 96.18 -
YUV 107.54 211.22 140.46 -
System Red Green Blue C M Y K H S L
Decimal 125 70 255 0.51 0.73 0 0 257.84 1 0.64
Hex 7D 46 FF 33 49 0 0 102 64 40
Octal 175 106 377 63 111 0 0 402 144 100
Binary 1111101 1000110 11111111 110011 1001001 0 0 100000010 1100100 1000000

Color Harmonies of #7D46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D46FF

Black with #7D46FF

Text Example


Text Example

White with #7D46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D46FF; }

 p { color: rgb(125,70,255); }

 H1.HeaderClassName
 {
   color: #7D46FF;
 }
 .AnyTagClassName
 {
   color: #7D46FF;
 }
</style>

background-color css

<style>
 a { background-color: #7D46FF; }

 a { background-color: rgb(125,70,255); }

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

border-color css

<style>
 span { border-color: #7D46FF; }

 span { border-color: rgb(125,70,255); }

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