Html Css Color HEX #7D5CEC Medium Slate Blue

📋 copy color: '#7D5CEC'

red 125 ◦ green 92 ◦ blue 236

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

Shades of Medium Slate Blue #7D5CEC

Tints of Medium Slate Blue #7D5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 27.59%
G = 20.31%
B = 52.1%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D5CEC (or 0x7D5CEC) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and EC. RGB value is (125,92,236). Sum of RGB (Red+Green+Blue) = 125+92+236=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D5CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5CEC is #82A313. Grayscale: #757575. Windows color (decimal): -8561428 or 15490173. OLE color: 15490173.

HSL color Cylindrical-coordinate representation of color #7D5CEC: hue angle of 253.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D5CEC is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 92 236 -
CMYK 0.47 0.61 0 0.07
HSL 253.75º 0.79% 0.64% -
HSV(B) 253.75º 0.61% 0.93% -
XYZ 27.42 18.07 81.4 -
YUV 118.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 125 92 236 0.47 0.61 0 0.07 253.75 0.79 0.64
Hex 7D 5C EC 2F 3D 0 7 FE 4F 40
Octal 175 134 354 57 75 0 7 376 117 100
Binary 1111101 1011100 11101100 101111 111101 0 111 11111110 1001111 1000000

Color Harmonies of #7D5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CEC

Black with #7D5CEC

Text Example


Text Example

White with #7D5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,236); }

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

background-color css

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

 a { background-color: rgb(125,92,236); }

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

border-color css

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

 span { border-color: rgb(125,92,236); }

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