Html Css Color HEX #7F5DDB Medium Slate Blue

📋 copy color: '#7F5DDB'

red 127 ◦ green 93 ◦ blue 219

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

Shades of Medium Slate Blue #7F5DDB

Tints of Medium Slate Blue #7F5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 28.93%
G = 21.18%
B = 49.89%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F5DDB (or 0x7F5DDB) is known color: Medium Slate Blue. HEX triplet: 7F, 5D and DB. RGB value is (127,93,219). Sum of RGB (Red+Green+Blue) = 127+93+219=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DDB is #80A224. Grayscale: #757575. Windows color (decimal): -8430117 or 14376319. OLE color: 14376319.

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

Color convert

RGB 127 93 219 -
CMYK 0.42 0.58 0 0.14
HSL 256.19º 0.64% 0.61% -
HSV(B) 256.19º 0.58% 0.86% -
XYZ 25.45 17.46 69.05 -
YUV 117.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 127 93 219 0.42 0.58 0 0.14 256.19 0.64 0.61
Hex 7F 5D DB 2A 3A 0 E 100 40 3D
Octal 177 135 333 52 72 0 16 400 100 75
Binary 1111111 1011101 11011011 101010 111010 0 1110 100000000 1000000 111101

Color Harmonies of #7F5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DDB

Black with #7F5DDB

Text Example


Text Example

White with #7F5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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