Html Css Color HEX #7D61FC Medium Slate Blue

📋 copy color: '#7D61FC'

red 125 ◦ green 97 ◦ blue 252

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

Shades of Medium Slate Blue #7D61FC

Tints of Medium Slate Blue #7D61FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

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

R = 26.37%
G = 20.46%
B = 53.16%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D61FC (or 0x7D61FC) is known color: Medium Slate Blue. HEX triplet: 7D, 61 and FC. RGB value is (125,97,252). Sum of RGB (Red+Green+Blue) = 125+97+252=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D61FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D61FC is #829E03. Grayscale: #7A7A7A. Windows color (decimal): -8560132 or 16540029. OLE color: 16540029.

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

Color convert

RGB 125 97 252 -
CMYK 0.50 0.62 0 0.01
HSL 250.84º 0.96% 0.68% -
HSV(B) 250.84º 0.62% 0.99% -
XYZ 30.3 19.94 94.35 -
YUV 123.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 125 97 252 0.50 0.62 0 0.01 250.84 0.96 0.68
Hex 7D 61 FC 32 3E 0 1 FB 60 44
Octal 175 141 374 62 76 0 1 373 140 104
Binary 1111101 1100001 11111100 110010 111110 0 1 11111011 1100000 1000100

Color Harmonies of #7D61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D61FC

Black with #7D61FC

Text Example


Text Example

White with #7D61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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