Html Css Color HEX #7D55F6 Medium Slate Blue

📋 copy color: '#7D55F6'

red 125 ◦ green 85 ◦ blue 246

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

Shades of Medium Slate Blue #7D55F6

Tints of Medium Slate Blue #7D55F6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 27.41%
G = 18.64%
B = 53.95%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7D55F6 (or 0x7D55F6) is known color: Medium Slate Blue. HEX triplet: 7D, 55 and F6. RGB value is (125,85,246). Sum of RGB (Red+Green+Blue) = 125+85+246=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #7D55F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55F6 is #82AA09. Grayscale: #727272. Windows color (decimal): -8563210 or 16143741. OLE color: 16143741.

HSL color Cylindrical-coordinate representation of color #7D55F6: hue angle of 254.91º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D55F6 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 85 246 -
CMYK 0.49 0.65 0 0.04
HSL 254.91º 0.9% 0.65% -
HSV(B) 254.91º 0.65% 0.96% -
XYZ 28.34 17.51 89.08 -
YUV 115.31 201.75 134.91 -
System Red Green Blue C M Y K H S L
Decimal 125 85 246 0.49 0.65 0 0.04 254.91 0.9 0.65
Hex 7D 55 F6 31 41 0 4 FF 5A 41
Octal 175 125 366 61 101 0 4 377 132 101
Binary 1111101 1010101 11110110 110001 1000001 0 100 11111111 1011010 1000001

Color Harmonies of #7D55F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55F6

Black with #7D55F6

Text Example


Text Example

White with #7D55F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,246); }

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

background-color css

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

 a { background-color: rgb(125,85,246); }

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

border-color css

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

 span { border-color: rgb(125,85,246); }

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