Html Css Color HEX #756FF0 Medium Slate Blue

📋 copy color: '#756FF0'

red 117 ◦ green 111 ◦ blue 240

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

Shades of Medium Slate Blue #756FF0

Tints of Medium Slate Blue #756FF0

RGB

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

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

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

R = 25%
G = 23.72%
B = 51.28%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#756FF0 (or 0x756FF0) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F0. RGB value is (117,111,240). Sum of RGB (Red+Green+Blue) = 117+111+240=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #756FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF0 is #8A900F. Grayscale: #7E7E7E. Windows color (decimal): -9080848 or 15757173. OLE color: 15757173.

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

Color convert

RGB 117 111 240 -
CMYK 0.51 0.54 0 0.06
HSL 242.79º 0.81% 0.69% -
HSV(B) 242.79º 0.54% 0.94% -
XYZ 28.75 21.44 85.06 -
YUV 127.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 117 111 240 0.51 0.54 0 0.06 242.79 0.81 0.69
Hex 75 6F F0 33 36 0 6 F3 51 45
Octal 165 157 360 63 66 0 6 363 121 105
Binary 1110101 1101111 11110000 110011 110110 0 110 11110011 1010001 1000101

Color Harmonies of #756FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FF0

Black with #756FF0

Text Example


Text Example

White with #756FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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