Html Css Color HEX #756EF0 Medium Slate Blue

📋 copy color: '#756EF0'

red 117 ◦ green 110 ◦ blue 240

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

Shades of Medium Slate Blue #756EF0

Tints of Medium Slate Blue #756EF0

RGB

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

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

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

R = 25.05%
G = 23.55%
B = 51.39%

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

#756EF0 (or 0x756EF0) is known color: Medium Slate Blue. HEX triplet: 75, 6E and F0. RGB value is (117,110,240). Sum of RGB (Red+Green+Blue) = 117+110+240=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #756EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EF0 is #8A910F. Grayscale: #7E7E7E. Windows color (decimal): -9081104 or 15756917. OLE color: 15756917.

HSL color Cylindrical-coordinate representation of color #756EF0: hue angle of 243.23º 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 #756EF0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 110 240 -
CMYK 0.51 0.54 0 0.06
HSL 243.23º 0.81% 0.69% -
HSV(B) 243.23º 0.54% 0.94% -
XYZ 28.64 21.23 85.03 -
YUV 126.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 117 110 240 0.51 0.54 0 0.06 243.23 0.81 0.69
Hex 75 6E F0 33 36 0 6 F3 51 45
Octal 165 156 360 63 66 0 6 363 121 105
Binary 1110101 1101110 11110000 110011 110110 0 110 11110011 1010001 1000101

Color Harmonies of #756EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EF0

Black with #756EF0

Text Example


Text Example

White with #756EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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