Html Css Color HEX #7D55FC Medium Slate Blue

📋 copy color: '#7D55FC'

red 125 ◦ green 85 ◦ blue 252

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

Shades of Medium Slate Blue #7D55FC

Tints of Medium Slate Blue #7D55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 27.06%
G = 18.4%
B = 54.55%

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

#7D55FC (or 0x7D55FC) is known color: Medium Slate Blue. HEX triplet: 7D, 55 and FC. RGB value is (125,85,252). Sum of RGB (Red+Green+Blue) = 125+85+252=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D55FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55FC is #82AA03. Grayscale: #737373. Windows color (decimal): -8563204 or 16536957. OLE color: 16536957.

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

Color convert

RGB 125 85 252 -
CMYK 0.50 0.66 0 0.01
HSL 254.37º 0.97% 0.66% -
HSV(B) 254.37º 0.66% 0.99% -
XYZ 29.28 17.89 94 -
YUV 116 204.75 134.42 -
System Red Green Blue C M Y K H S L
Decimal 125 85 252 0.50 0.66 0 0.01 254.37 0.97 0.66
Hex 7D 55 FC 32 42 0 1 FE 61 42
Octal 175 125 374 62 102 0 1 376 141 102
Binary 1111101 1010101 11111100 110010 1000010 0 1 11111110 1100001 1000010

Color Harmonies of #7D55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55FC

Black with #7D55FC

Text Example


Text Example

White with #7D55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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