Html Css Color HEX #7C75DC Medium Slate Blue

📋 copy color: '#7C75DC'

red 124 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #7C75DC

Tints of Medium Slate Blue #7C75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 26.9%
G = 25.38%
B = 47.72%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C75DC (or 0x7C75DC) is known color: Medium Slate Blue. HEX triplet: 7C, 75 and DC. RGB value is (124,117,220). Sum of RGB (Red+Green+Blue) = 124+117+220=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75DC is #838A23. Grayscale: #828282. Windows color (decimal): -8620580 or 14447996. OLE color: 14447996.

HSL color Cylindrical-coordinate representation of color #7C75DC: hue angle of 244.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C75DC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 117 220 -
CMYK 0.44 0.47 0 0.14
HSL 244.08º 0.6% 0.66% -
HSV(B) 244.08º 0.47% 0.86% -
XYZ 27.59 22.17 70.54 -
YUV 130.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 124 117 220 0.44 0.47 0 0.14 244.08 0.6 0.66
Hex 7C 75 DC 2C 2F 0 E F4 3C 42
Octal 174 165 334 54 57 0 16 364 74 102
Binary 1111100 1110101 11011100 101100 101111 0 1110 11110100 111100 1000010

Color Harmonies of #7C75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75DC

Black with #7C75DC

Text Example


Text Example

White with #7C75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,220); }

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

background-color css

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

 a { background-color: rgb(124,117,220); }

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

border-color css

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

 span { border-color: rgb(124,117,220); }

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