Html Css Color HEX #756DF0 Medium Slate Blue

📋 copy color: '#756DF0'

red 117 ◦ green 109 ◦ blue 240

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

Shades of Medium Slate Blue #756DF0

Tints of Medium Slate Blue #756DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.5%

R = 25.11%
G = 23.39%
B = 51.5%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#756DF0 (or 0x756DF0) is known color: Medium Slate Blue. HEX triplet: 75, 6D and F0. RGB value is (117,109,240). Sum of RGB (Red+Green+Blue) = 117+109+240=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #756DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DF0 is #8A920F. Grayscale: #7D7D7D. Windows color (decimal): -9081360 or 15756661. OLE color: 15756661.

HSL color Cylindrical-coordinate representation of color #756DF0: hue angle of 243.66º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756DF0 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 109 240 -
CMYK 0.51 0.55 0 0.06
HSL 243.66º 0.81% 0.68% -
HSV(B) 243.66º 0.55% 0.94% -
XYZ 28.53 21.01 84.99 -
YUV 126.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 117 109 240 0.51 0.55 0 0.06 243.66 0.81 0.68
Hex 75 6D F0 33 37 0 6 F4 51 44
Octal 165 155 360 63 67 0 6 364 121 104
Binary 1110101 1101101 11110000 110011 110111 0 110 11110100 1010001 1000100

Color Harmonies of #756DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DF0

Black with #756DF0

Text Example


Text Example

White with #756DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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