Html Css Color HEX #7D60DB Medium Slate Blue

📋 copy color: '#7D60DB'

red 125 ◦ green 96 ◦ blue 219

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

Shades of Medium Slate Blue #7D60DB

Tints of Medium Slate Blue #7D60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

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

R = 28.41%
G = 21.82%
B = 49.77%

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

#7D60DB (or 0x7D60DB) is known color: Medium Slate Blue. HEX triplet: 7D, 60 and DB. RGB value is (125,96,219). Sum of RGB (Red+Green+Blue) = 125+96+219=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D60DB is #829F24. Grayscale: #767676. Windows color (decimal): -8560421 or 14377085. OLE color: 14377085.

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

Color convert

RGB 125 96 219 -
CMYK 0.43 0.56 0 0.14
HSL 254.15º 0.63% 0.62% -
HSV(B) 254.15º 0.56% 0.86% -
XYZ 25.43 17.84 69.12 -
YUV 118.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 125 96 219 0.43 0.56 0 0.14 254.15 0.63 0.62
Hex 7D 60 DB 2B 38 0 E FE 3F 3E
Octal 175 140 333 53 70 0 16 376 77 76
Binary 1111101 1100000 11011011 101011 111000 0 1110 11111110 111111 111110

Color Harmonies of #7D60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D60DB

Black with #7D60DB

Text Example


Text Example

White with #7D60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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