Html Css Color HEX #7D6BDB Medium Slate Blue

📋 copy color: '#7D6BDB'

red 125 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #7D6BDB

Tints of Medium Slate Blue #7D6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 27.72%
G = 23.73%
B = 48.56%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D6BDB (or 0x7D6BDB) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and DB. RGB value is (125,107,219). Sum of RGB (Red+Green+Blue) = 125+107+219=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BDB is #829424. Grayscale: #7C7C7C. Windows color (decimal): -8557605 or 14379901. OLE color: 14379901.

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

Color convert

RGB 125 107 219 -
CMYK 0.43 0.51 0 0.14
HSL 249.64º 0.61% 0.64% -
HSV(B) 249.64º 0.51% 0.86% -
XYZ 26.5 19.99 69.48 -
YUV 125.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 125 107 219 0.43 0.51 0 0.14 249.64 0.61 0.64
Hex 7D 6B DB 2B 33 0 E FA 3D 40
Octal 175 153 333 53 63 0 16 372 75 100
Binary 1111101 1101011 11011011 101011 110011 0 1110 11111010 111101 1000000

Color Harmonies of #7D6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BDB

Black with #7D6BDB

Text Example


Text Example

White with #7D6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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