Html Css Color HEX #7D6CDE Medium Slate Blue

📋 copy color: '#7D6CDE'

red 125 ◦ green 108 ◦ blue 222

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

Shades of Medium Slate Blue #7D6CDE

Tints of Medium Slate Blue #7D6CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 27.47%
G = 23.74%
B = 48.79%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D6CDE (or 0x7D6CDE) is known color: Medium Slate Blue. HEX triplet: 7D, 6C and DE. RGB value is (125,108,222). Sum of RGB (Red+Green+Blue) = 125+108+222=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D6CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CDE is #829321. Grayscale: #7D7D7D. Windows color (decimal): -8557346 or 14576765. OLE color: 14576765.

HSL color Cylindrical-coordinate representation of color #7D6CDE: hue angle of 248.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D6CDE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 108 222 -
CMYK 0.44 0.51 0 0.13
HSL 248.95º 0.63% 0.65% -
HSV(B) 248.95º 0.51% 0.87% -
XYZ 27 20.36 71.61 -
YUV 126.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 125 108 222 0.44 0.51 0 0.13 248.95 0.63 0.65
Hex 7D 6C DE 2C 33 0 D F9 3F 41
Octal 175 154 336 54 63 0 15 371 77 101
Binary 1111101 1101100 11011110 101100 110011 0 1101 11111001 111111 1000001

Color Harmonies of #7D6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6CDE

Black with #7D6CDE

Text Example


Text Example

White with #7D6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,222); }

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

background-color css

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

 a { background-color: rgb(125,108,222); }

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

border-color css

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

 span { border-color: rgb(125,108,222); }

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