Html Css Color HEX #7578DC Medium Slate Blue

📋 copy color: '#7578DC'

red 117 ◦ green 120 ◦ blue 220

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

Shades of Medium Slate Blue #7578DC

Tints of Medium Slate Blue #7578DC

RGB

 RED value IS 117 (46.09% from 255) = 25.6%

 GREEN value IS 120 (47.27% from 255) = 26.26%

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

R = 25.6%
G = 26.26%
B = 48.14%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7578DC (or 0x7578DC) is known color: Medium Slate Blue. HEX triplet: 75, 78 and DC. RGB value is (117,120,220). Sum of RGB (Red+Green+Blue) = 117+120+220=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7578DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578DC is #8A8723. Grayscale: #828282. Windows color (decimal): -9078564 or 14448757. OLE color: 14448757.

HSL color Cylindrical-coordinate representation of color #7578DC: hue angle of 238.25º 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 #7578DC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 120 220 -
CMYK 0.47 0.45 0 0.14
HSL 238.25º 0.6% 0.66% -
HSV(B) 238.25º 0.47% 0.86% -
XYZ 26.97 22.38 70.61 -
YUV 130.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 117 120 220 0.47 0.45 0 0.14 238.25 0.6 0.66
Hex 75 78 DC 2F 2D 0 E EE 3C 42
Octal 165 170 334 57 55 0 16 356 74 102
Binary 1110101 1111000 11011100 101111 101101 0 1110 11101110 111100 1000010

Color Harmonies of #7578DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578DC

Black with #7578DC

Text Example


Text Example

White with #7578DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7578DC; }

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

 H1.HeaderClassName
 {
   color: #7578DC;
 }
 .AnyTagClassName
 {
   color: #7578DC;
 }
</style>

background-color css

<style>
 a { background-color: #7578DC; }

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

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

border-color css

<style>
 span { border-color: #7578DC; }

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

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