Html Css Color HEX #7F6DDB Medium Slate Blue

📋 copy color: '#7F6DDB'

red 127 ◦ green 109 ◦ blue 219

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

Shades of Medium Slate Blue #7F6DDB

Tints of Medium Slate Blue #7F6DDB

RGB

 RED value IS 127 (50% from 255) = 27.91%

 GREEN value IS 109 (42.97% from 255) = 23.96%

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

R = 27.91%
G = 23.96%
B = 48.13%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F6DDB (or 0x7F6DDB) is known color: Medium Slate Blue. HEX triplet: 7F, 6D and DB. RGB value is (127,109,219). Sum of RGB (Red+Green+Blue) = 127+109+219=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 109 (42.97% from 255 or 23.96% 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 #7F6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DDB is #809224. Grayscale: #7E7E7E. Windows color (decimal): -8426021 or 14380415. OLE color: 14380415.

HSL color Cylindrical-coordinate representation of color #7F6DDB: hue angle of 249.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F6DDB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 109 219 -
CMYK 0.42 0.50 0 0.14
HSL 249.82º 0.6% 0.64% -
HSV(B) 249.82º 0.5% 0.86% -
XYZ 27.01 20.56 69.56 -
YUV 126.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 127 109 219 0.42 0.50 0 0.14 249.82 0.6 0.64
Hex 7F 6D DB 2A 32 0 E FA 3C 40
Octal 177 155 333 52 62 0 16 372 74 100
Binary 1111111 1101101 11011011 101010 110010 0 1110 11111010 111100 1000000

Color Harmonies of #7F6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6DDB

Black with #7F6DDB

Text Example


Text Example

White with #7F6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,109,219); }

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

background-color css

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

 a { background-color: rgb(127,109,219); }

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

border-color css

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

 span { border-color: rgb(127,109,219); }

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