Html Css Color HEX #7D55FD Medium Slate Blue

📋 copy color: '#7D55FD'

red 125 ◦ green 85 ◦ blue 253

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

Shades of Medium Slate Blue #7D55FD

Tints of Medium Slate Blue #7D55FD

RGB

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

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

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

R = 27%
G = 18.36%
B = 54.64%

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

#7D55FD (or 0x7D55FD) is known color: Medium Slate Blue. HEX triplet: 7D, 55 and FD. RGB value is (125,85,253). Sum of RGB (Red+Green+Blue) = 125+85+253=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55FD is #82AA02. Grayscale: #737373. Windows color (decimal): -8563203 or 16602493. OLE color: 16602493.

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

Color convert

RGB 125 85 253 -
CMYK 0.51 0.66 0 0.01
HSL 254.29º 0.98% 0.66% -
HSV(B) 254.29º 0.66% 0.99% -
XYZ 29.44 17.95 94.84 -
YUV 116.11 205.25 134.34 -
System Red Green Blue C M Y K H S L
Decimal 125 85 253 0.51 0.66 0 0.01 254.29 0.98 0.66
Hex 7D 55 FD 33 42 0 1 FE 62 42
Octal 175 125 375 63 102 0 1 376 142 102
Binary 1111101 1010101 11111101 110011 1000010 0 1 11111110 1100010 1000010

Color Harmonies of #7D55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55FD

Black with #7D55FD

Text Example


Text Example

White with #7D55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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