Html Css Color HEX #7C55FD Medium Slate Blue

📋 copy color: '#7C55FD'

red 124 ◦ green 85 ◦ blue 253

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

Shades of Medium Slate Blue #7C55FD

Tints of Medium Slate Blue #7C55FD

RGB

 RED value IS 124 (48.83% from 255) = 26.84%

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

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

R = 26.84%
G = 18.4%
B = 54.76%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C55FD (or 0x7C55FD) is known color: Medium Slate Blue. HEX triplet: 7C, 55 and FD. RGB value is (124,85,253). Sum of RGB (Red+Green+Blue) = 124+85+253=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C55FD is #83AA02. Grayscale: #737373. Windows color (decimal): -8628739 or 16602492. OLE color: 16602492.

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

Color convert

RGB 124 85 253 -
CMYK 0.51 0.66 0 0.01
HSL 253.93º 0.98% 0.66% -
HSV(B) 253.93º 0.66% 0.99% -
XYZ 29.29 17.87 94.83 -
YUV 115.81 205.42 133.84 -
System Red Green Blue C M Y K H S L
Decimal 124 85 253 0.51 0.66 0 0.01 253.93 0.98 0.66
Hex 7C 55 FD 33 42 0 1 FE 62 42
Octal 174 125 375 63 102 0 1 376 142 102
Binary 1111100 1010101 11111101 110011 1000010 0 1 11111110 1100010 1000010

Color Harmonies of #7C55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C55FD

Black with #7C55FD

Text Example


Text Example

White with #7C55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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