Html Css Color HEX #756DD9 Medium Slate Blue

📋 copy color: '#756DD9'

red 117 ◦ green 109 ◦ blue 217

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

Shades of Medium Slate Blue #756DD9

Tints of Medium Slate Blue #756DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 217 (85.16% from 255) = 48.98%

R = 26.41%
G = 24.6%
B = 48.98%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#756DD9 (or 0x756DD9) is known color: Medium Slate Blue. HEX triplet: 75, 6D and D9. RGB value is (117,109,217). Sum of RGB (Red+Green+Blue) = 117+109+217=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #756DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DD9 is #8A9226. Grayscale: #7B7B7B. Windows color (decimal): -9081383 or 14249333. OLE color: 14249333.

HSL color Cylindrical-coordinate representation of color #756DD9: hue angle of 244.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756DD9 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 109 217 -
CMYK 0.46 0.50 0 0.15
HSL 244.44º 0.59% 0.64% -
HSV(B) 244.44º 0.5% 0.85% -
XYZ 25.33 19.73 68.12 -
YUV 123.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 117 109 217 0.46 0.50 0 0.15 244.44 0.59 0.64
Hex 75 6D D9 2E 32 0 F F4 3B 40
Octal 165 155 331 56 62 0 17 364 73 100
Binary 1110101 1101101 11011001 101110 110010 0 1111 11110100 111011 1000000

Color Harmonies of #756DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DD9

Black with #756DD9

Text Example


Text Example

White with #756DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756DD9; }

 p { color: rgb(117,109,217); }

 H1.HeaderClassName
 {
   color: #756DD9;
 }
 .AnyTagClassName
 {
   color: #756DD9;
 }
</style>

background-color css

<style>
 a { background-color: #756DD9; }

 a { background-color: rgb(117,109,217); }

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

border-color css

<style>
 span { border-color: #756DD9; }

 span { border-color: rgb(117,109,217); }

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