Html Css Color HEX #756FDF Medium Slate Blue

📋 copy color: '#756FDF'

red 117 ◦ green 111 ◦ blue 223

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

Shades of Medium Slate Blue #756FDF

Tints of Medium Slate Blue #756FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.61%

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

R = 25.94%
G = 24.61%
B = 49.45%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#756FDF (or 0x756FDF) is known color: Medium Slate Blue. HEX triplet: 75, 6F and DF. RGB value is (117,111,223). Sum of RGB (Red+Green+Blue) = 117+111+223=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #756FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FDF is #8A9020. Grayscale: #7D7D7D. Windows color (decimal): -9080865 or 14643061. OLE color: 14643061.

HSL color Cylindrical-coordinate representation of color #756FDF: hue angle of 243.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756FDF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 111 223 -
CMYK 0.48 0.50 0 0.13
HSL 243.21º 0.64% 0.65% -
HSV(B) 243.21º 0.5% 0.87% -
XYZ 26.34 20.48 72.38 -
YUV 125.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 117 111 223 0.48 0.50 0 0.13 243.21 0.64 0.65
Hex 75 6F DF 30 32 0 D F3 40 41
Octal 165 157 337 60 62 0 15 363 100 101
Binary 1110101 1101111 11011111 110000 110010 0 1101 11110011 1000000 1000001

Color Harmonies of #756FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FDF

Black with #756FDF

Text Example


Text Example

White with #756FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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