Html Css Color HEX #756FED Medium Slate Blue

📋 copy color: '#756FED'

red 117 ◦ green 111 ◦ blue 237

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

Shades of Medium Slate Blue #756FED

Tints of Medium Slate Blue #756FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 25.16%
G = 23.87%
B = 50.97%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#756FED (or 0x756FED) is known color: Medium Slate Blue. HEX triplet: 75, 6F and ED. RGB value is (117,111,237). Sum of RGB (Red+Green+Blue) = 117+111+237=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #756FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FED is #8A9012. Grayscale: #7E7E7E. Windows color (decimal): -9080851 or 15560565. OLE color: 15560565.

HSL color Cylindrical-coordinate representation of color #756FED: hue angle of 242.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756FED is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 111 237 -
CMYK 0.51 0.53 0 0.07
HSL 242.86º 0.78% 0.68% -
HSV(B) 242.86º 0.53% 0.93% -
XYZ 28.31 21.27 82.73 -
YUV 127.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 117 111 237 0.51 0.53 0 0.07 242.86 0.78 0.68
Hex 75 6F ED 33 35 0 7 F3 4E 44
Octal 165 157 355 63 65 0 7 363 116 104
Binary 1110101 1101111 11101101 110011 110101 0 111 11110011 1001110 1000100

Color Harmonies of #756FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FED

Black with #756FED

Text Example


Text Example

White with #756FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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