Html Css Color HEX #7D70DB Medium Slate Blue

📋 copy color: '#7D70DB'

red 125 ◦ green 112 ◦ blue 219

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

Shades of Medium Slate Blue #7D70DB

Tints of Medium Slate Blue #7D70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 27.41%
G = 24.56%
B = 48.03%

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

#7D70DB (or 0x7D70DB) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and DB. RGB value is (125,112,219). Sum of RGB (Red+Green+Blue) = 125+112+219=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70DB is #828F24. Grayscale: #7F7F7F. Windows color (decimal): -8556325 or 14381181. OLE color: 14381181.

HSL color Cylindrical-coordinate representation of color #7D70DB: hue angle of 247.29º 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 #7D70DB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 112 219 -
CMYK 0.43 0.49 0 0.14
HSL 247.29º 0.6% 0.65% -
HSV(B) 247.29º 0.49% 0.86% -
XYZ 27.04 21.06 69.66 -
YUV 128.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 125 112 219 0.43 0.49 0 0.14 247.29 0.6 0.65
Hex 7D 70 DB 2B 31 0 E F7 3C 41
Octal 175 160 333 53 61 0 16 367 74 101
Binary 1111101 1110000 11011011 101011 110001 0 1110 11110111 111100 1000001

Color Harmonies of #7D70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D70DB

Black with #7D70DB

Text Example


Text Example

White with #7D70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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