Html Css Color HEX #756ADD Medium Slate Blue

📋 copy color: '#756ADD'

red 117 ◦ green 106 ◦ blue 221

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

Shades of Medium Slate Blue #756ADD

Tints of Medium Slate Blue #756ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

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

R = 26.35%
G = 23.87%
B = 49.77%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#756ADD (or 0x756ADD) is known color: Medium Slate Blue. HEX triplet: 75, 6A and DD. RGB value is (117,106,221). Sum of RGB (Red+Green+Blue) = 117+106+221=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #756ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ADD is #8A9522. Grayscale: #797979. Windows color (decimal): -9082147 or 14510709. OLE color: 14510709.

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

Color convert

RGB 117 106 221 -
CMYK 0.47 0.52 0 0.13
HSL 245.74º 0.63% 0.64% -
HSV(B) 245.74º 0.52% 0.87% -
XYZ 25.54 19.31 70.79 -
YUV 122.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 117 106 221 0.47 0.52 0 0.13 245.74 0.63 0.64
Hex 75 6A DD 2F 34 0 D F6 3F 40
Octal 165 152 335 57 64 0 15 366 77 100
Binary 1110101 1101010 11011101 101111 110100 0 1101 11110110 111111 1000000

Color Harmonies of #756ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ADD

Black with #756ADD

Text Example


Text Example

White with #756ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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