Html Css Color HEX #756DDF Medium Slate Blue

📋 copy color: '#756DDF'

red 117 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #756DDF

Tints of Medium Slate Blue #756DDF

RGB

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

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

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

R = 26.06%
G = 24.28%
B = 49.67%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#756DDF (or 0x756DDF) is known color: Medium Slate Blue. HEX triplet: 75, 6D and DF. RGB value is (117,109,223). Sum of RGB (Red+Green+Blue) = 117+109+223=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #756DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DDF is #8A9220. Grayscale: #7B7B7B. Windows color (decimal): -9081377 or 14642549. OLE color: 14642549.

HSL color Cylindrical-coordinate representation of color #756DDF: hue angle of 244.21º degrees, saturation: 0.64, 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 #756DDF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 109 223 -
CMYK 0.48 0.51 0 0.13
HSL 244.21º 0.64% 0.65% -
HSV(B) 244.21º 0.51% 0.87% -
XYZ 26.12 20.05 72.3 -
YUV 124.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 117 109 223 0.48 0.51 0 0.13 244.21 0.64 0.65
Hex 75 6D DF 30 33 0 D F4 40 41
Octal 165 155 337 60 63 0 15 364 100 101
Binary 1110101 1101101 11011111 110000 110011 0 1101 11110100 1000000 1000001

Color Harmonies of #756DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DDF

Black with #756DDF

Text Example


Text Example

White with #756DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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