Html Css Color HEX #7D61DB Medium Slate Blue

📋 copy color: '#7D61DB'

red 125 ◦ green 97 ◦ blue 219

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

Shades of Medium Slate Blue #7D61DB

Tints of Medium Slate Blue #7D61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

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

R = 28.34%
G = 22%
B = 49.66%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D61DB (or 0x7D61DB) is known color: Medium Slate Blue. HEX triplet: 7D, 61 and DB. RGB value is (125,97,219). Sum of RGB (Red+Green+Blue) = 125+97+219=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61DB is #829E24. Grayscale: #767676. Windows color (decimal): -8560165 or 14377341. OLE color: 14377341.

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

Color convert

RGB 125 97 219 -
CMYK 0.43 0.56 0 0.14
HSL 253.77º 0.63% 0.62% -
HSV(B) 253.77º 0.56% 0.86% -
XYZ 25.52 18.02 69.15 -
YUV 119.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 125 97 219 0.43 0.56 0 0.14 253.77 0.63 0.62
Hex 7D 61 DB 2B 38 0 E FE 3F 3E
Octal 175 141 333 53 70 0 16 376 77 76
Binary 1111101 1100001 11011011 101011 111000 0 1110 11111110 111111 111110

Color Harmonies of #7D61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D61DB

Black with #7D61DB

Text Example


Text Example

White with #7D61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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