Html Css Color HEX #7D60FC Medium Slate Blue

📋 copy color: '#7D60FC'

red 125 ◦ green 96 ◦ blue 252

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

Shades of Medium Slate Blue #7D60FC

Tints of Medium Slate Blue #7D60FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.3%

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

R = 26.43%
G = 20.3%
B = 53.28%

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

#7D60FC (or 0x7D60FC) is known color: Medium Slate Blue. HEX triplet: 7D, 60 and FC. RGB value is (125,96,252). Sum of RGB (Red+Green+Blue) = 125+96+252=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D60FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D60FC is #829F03. Grayscale: #797979. Windows color (decimal): -8560388 or 16539773. OLE color: 16539773.

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

Color convert

RGB 125 96 252 -
CMYK 0.50 0.62 0 0.01
HSL 251.15º 0.96% 0.68% -
HSV(B) 251.15º 0.62% 0.99% -
XYZ 30.21 19.75 94.32 -
YUV 122.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 125 96 252 0.50 0.62 0 0.01 251.15 0.96 0.68
Hex 7D 60 FC 32 3E 0 1 FB 60 44
Octal 175 140 374 62 76 0 1 373 140 104
Binary 1111101 1100000 11111100 110010 111110 0 1 11111011 1100000 1000100

Color Harmonies of #7D60FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D60FC

Black with #7D60FC

Text Example


Text Example

White with #7D60FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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