Html Css Color HEX #7C61DB Medium Slate Blue

📋 copy color: '#7C61DB'

red 124 ◦ green 97 ◦ blue 219

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

Shades of Medium Slate Blue #7C61DB

Tints of Medium Slate Blue #7C61DB

RGB

 RED value IS 124 (48.83% from 255) = 28.18%

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

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

R = 28.18%
G = 22.05%
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

#7C61DB (or 0x7C61DB) is known color: Medium Slate Blue. HEX triplet: 7C, 61 and DB. RGB value is (124,97,219). Sum of RGB (Red+Green+Blue) = 124+97+219=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 97 (38.28% from 255 or 22.05% 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 #7C61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61DB is #839E24. Grayscale: #767676. Windows color (decimal): -8625701 or 14377340. OLE color: 14377340.

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

Color convert

RGB 124 97 219 -
CMYK 0.43 0.56 0 0.14
HSL 253.28º 0.63% 0.62% -
HSV(B) 253.28º 0.56% 0.86% -
XYZ 25.37 17.95 69.15 -
YUV 118.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 124 97 219 0.43 0.56 0 0.14 253.28 0.63 0.62
Hex 7C 61 DB 2B 38 0 E FD 3F 3E
Octal 174 141 333 53 70 0 16 375 77 76
Binary 1111100 1100001 11011011 101011 111000 0 1110 11111101 111111 111110

Color Harmonies of #7C61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C61DB

Black with #7C61DB

Text Example


Text Example

White with #7C61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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