Html Css Color HEX #7D6FDB Medium Slate Blue

📋 copy color: '#7D6FDB'

red 125 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #7D6FDB

Tints of Medium Slate Blue #7D6FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 27.47%
G = 24.4%
B = 48.13%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D6FDB (or 0x7D6FDB) is known color: Medium Slate Blue. HEX triplet: 7D, 6F and DB. RGB value is (125,111,219). Sum of RGB (Red+Green+Blue) = 125+111+219=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FDB is #829024. Grayscale: #7F7F7F. Windows color (decimal): -8556581 or 14380925. OLE color: 14380925.

HSL color Cylindrical-coordinate representation of color #7D6FDB: hue angle of 247.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D6FDB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 111 219 -
CMYK 0.43 0.49 0 0.14
HSL 247.78º 0.6% 0.65% -
HSV(B) 247.78º 0.49% 0.86% -
XYZ 26.93 20.84 69.62 -
YUV 127.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 125 111 219 0.43 0.49 0 0.14 247.78 0.6 0.65
Hex 7D 6F DB 2B 31 0 E F8 3C 41
Octal 175 157 333 53 61 0 16 370 74 101
Binary 1111101 1101111 11011011 101011 110001 0 1110 11111000 111100 1000001

Color Harmonies of #7D6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6FDB

Black with #7D6FDB

Text Example


Text Example

White with #7D6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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