Html Css Color HEX #756EF1 Medium Slate Blue

📋 copy color: '#756EF1'

red 117 ◦ green 110 ◦ blue 241

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

Shades of Medium Slate Blue #756EF1

Tints of Medium Slate Blue #756EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.5%

 BLUE value IS 241 (94.53% from 255) = 51.5%

R = 25%
G = 23.5%
B = 51.5%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#756EF1 (or 0x756EF1) is known color: Medium Slate Blue. HEX triplet: 75, 6E and F1. RGB value is (117,110,241). Sum of RGB (Red+Green+Blue) = 117+110+241=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #756EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EF1 is #8A910E. Grayscale: #7E7E7E. Windows color (decimal): -9081103 or 15822453. OLE color: 15822453.

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

Color convert

RGB 117 110 241 -
CMYK 0.51 0.54 0 0.05
HSL 243.21º 0.82% 0.69% -
HSV(B) 243.21º 0.54% 0.95% -
XYZ 28.79 21.28 85.81 -
YUV 127.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 117 110 241 0.51 0.54 0 0.05 243.21 0.82 0.69
Hex 75 6E F1 33 36 0 5 F3 52 45
Octal 165 156 361 63 66 0 5 363 122 105
Binary 1110101 1101110 11110001 110011 110110 0 101 11110011 1010010 1000101

Color Harmonies of #756EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EF1

Black with #756EF1

Text Example


Text Example

White with #756EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,241); }

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

background-color css

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

 a { background-color: rgb(117,110,241); }

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

border-color css

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

 span { border-color: rgb(117,110,241); }

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