Html Css Color HEX #756DDD Medium Slate Blue

📋 copy color: '#756DDD'

red 117 ◦ green 109 ◦ blue 221

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

Shades of Medium Slate Blue #756DDD

Tints of Medium Slate Blue #756DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 26.17%
G = 24.38%
B = 49.44%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#756DDD (or 0x756DDD) is known color: Medium Slate Blue. HEX triplet: 75, 6D and DD. RGB value is (117,109,221). Sum of RGB (Red+Green+Blue) = 117+109+221=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #756DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DDD is #8A9222. Grayscale: #7B7B7B. Windows color (decimal): -9081379 or 14511477. OLE color: 14511477.

HSL color Cylindrical-coordinate representation of color #756DDD: hue angle of 244.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756DDD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 109 221 -
CMYK 0.47 0.51 0 0.13
HSL 244.29º 0.62% 0.65% -
HSV(B) 244.29º 0.51% 0.87% -
XYZ 25.86 19.94 70.89 -
YUV 124.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 117 109 221 0.47 0.51 0 0.13 244.29 0.62 0.65
Hex 75 6D DD 2F 33 0 D F4 3E 41
Octal 165 155 335 57 63 0 15 364 76 101
Binary 1110101 1101101 11011101 101111 110011 0 1101 11110100 111110 1000001

Color Harmonies of #756DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DDD

Black with #756DDD

Text Example


Text Example

White with #756DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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