Html Css Color HEX #756EDA Medium Slate Blue

📋 copy color: '#756EDA'

red 117 ◦ green 110 ◦ blue 218

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

Shades of Medium Slate Blue #756EDA

Tints of Medium Slate Blue #756EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 26.29%
G = 24.72%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#756EDA (or 0x756EDA) is known color: Medium Slate Blue. HEX triplet: 75, 6E and DA. RGB value is (117,110,218). Sum of RGB (Red+Green+Blue) = 117+110+218=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #756EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EDA is #8A9125. Grayscale: #7B7B7B. Windows color (decimal): -9081126 or 14315125. OLE color: 14315125.

HSL color Cylindrical-coordinate representation of color #756EDA: hue angle of 243.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756EDA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 110 218 -
CMYK 0.46 0.50 0 0.15
HSL 243.89º 0.59% 0.64% -
HSV(B) 243.89º 0.5% 0.85% -
XYZ 25.57 20 68.84 -
YUV 124.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 117 110 218 0.46 0.50 0 0.15 243.89 0.59 0.64
Hex 75 6E DA 2E 32 0 F F4 3B 40
Octal 165 156 332 56 62 0 17 364 73 100
Binary 1110101 1101110 11011010 101110 110010 0 1111 11110100 111011 1000000

Color Harmonies of #756EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EDA

Black with #756EDA

Text Example


Text Example

White with #756EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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