Html Css Color HEX #7561DF Medium Slate Blue

📋 copy color: '#7561DF'

red 117 ◦ green 97 ◦ blue 223

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

Shades of Medium Slate Blue #7561DF

Tints of Medium Slate Blue #7561DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 26.77%
G = 22.2%
B = 51.03%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7561DF (or 0x7561DF) is known color: Medium Slate Blue. HEX triplet: 75, 61 and DF. RGB value is (117,97,223). Sum of RGB (Red+Green+Blue) = 117+97+223=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #7561DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561DF is #8A9E20. Grayscale: #747474. Windows color (decimal): -9084449 or 14639477. OLE color: 14639477.

HSL color Cylindrical-coordinate representation of color #7561DF: hue angle of 249.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7561DF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 97 223 -
CMYK 0.48 0.57 0 0.13
HSL 249.52º 0.66% 0.63% -
HSV(B) 249.52º 0.57% 0.87% -
XYZ 24.93 17.66 71.91 -
YUV 117.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 117 97 223 0.48 0.57 0 0.13 249.52 0.66 0.63
Hex 75 61 DF 30 39 0 D FA 42 3F
Octal 165 141 337 60 71 0 15 372 102 77
Binary 1110101 1100001 11011111 110000 111001 0 1101 11111010 1000010 111111

Color Harmonies of #7561DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7561DF

Black with #7561DF

Text Example


Text Example

White with #7561DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7561DF; }

 p { color: rgb(117,97,223); }

 H1.HeaderClassName
 {
   color: #7561DF;
 }
 .AnyTagClassName
 {
   color: #7561DF;
 }
</style>

background-color css

<style>
 a { background-color: #7561DF; }

 a { background-color: rgb(117,97,223); }

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

border-color css

<style>
 span { border-color: #7561DF; }

 span { border-color: rgb(117,97,223); }

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