Html Css Color HEX #7D6FEA Medium Slate Blue

📋 copy color: '#7D6FEA'

red 125 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #7D6FEA

Tints of Medium Slate Blue #7D6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 26.6%
G = 23.62%
B = 49.79%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D6FEA (or 0x7D6FEA) is known color: Medium Slate Blue. HEX triplet: 7D, 6F and EA. RGB value is (125,111,234). Sum of RGB (Red+Green+Blue) = 125+111+234=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D6FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6FEA is #829015. Grayscale: #808080. Windows color (decimal): -8556566 or 15363965. OLE color: 15363965.

HSL color Cylindrical-coordinate representation of color #7D6FEA: hue angle of 246.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D6FEA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 111 234 -
CMYK 0.47 0.53 0 0.08
HSL 246.83º 0.75% 0.68% -
HSV(B) 246.83º 0.53% 0.92% -
XYZ 28.99 21.67 80.5 -
YUV 129.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 125 111 234 0.47 0.53 0 0.08 246.83 0.75 0.68
Hex 7D 6F EA 2F 35 0 8 F7 4B 44
Octal 175 157 352 57 65 0 10 367 113 104
Binary 1111101 1101111 11101010 101111 110101 0 1000 11110111 1001011 1000100

Color Harmonies of #7D6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6FEA

Black with #7D6FEA

Text Example


Text Example

White with #7D6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,111,234); }

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

background-color css

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

 a { background-color: rgb(125,111,234); }

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

border-color css

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

 span { border-color: rgb(125,111,234); }

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