Html Css Color HEX #7E55FD Medium Slate Blue

📋 copy color: '#7E55FD'

red 126 ◦ green 85 ◦ blue 253

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

Shades of Medium Slate Blue #7E55FD

Tints of Medium Slate Blue #7E55FD

RGB

 RED value IS 126 (49.61% from 255) = 27.16%

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 27.16%
G = 18.32%
B = 54.53%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E55FD (or 0x7E55FD) is known color: Medium Slate Blue. HEX triplet: 7E, 55 and FD. RGB value is (126,85,253). Sum of RGB (Red+Green+Blue) = 126+85+253=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E55FD is #81AA02. Grayscale: #737373. Windows color (decimal): -8497667 or 16602494. OLE color: 16602494.

HSL color Cylindrical-coordinate representation of color #7E55FD: hue angle of 254.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E55FD is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 85 253 -
CMYK 0.50 0.66 0 0.01
HSL 254.64º 0.98% 0.66% -
HSV(B) 254.64º 0.66% 0.99% -
XYZ 29.58 18.02 94.85 -
YUV 116.41 205.08 134.84 -
System Red Green Blue C M Y K H S L
Decimal 126 85 253 0.50 0.66 0 0.01 254.64 0.98 0.66
Hex 7E 55 FD 32 42 0 1 FF 62 42
Octal 176 125 375 62 102 0 1 377 142 102
Binary 1111110 1010101 11111101 110010 1000010 0 1 11111111 1100010 1000010

Color Harmonies of #7E55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E55FD

Black with #7E55FD

Text Example


Text Example

White with #7E55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,85,253); }

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

background-color css

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

 a { background-color: rgb(126,85,253); }

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

border-color css

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

 span { border-color: rgb(126,85,253); }

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