Html Css Color HEX #756DE2 Medium Slate Blue

📋 copy color: '#756DE2'

red 117 ◦ green 109 ◦ blue 226

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

Shades of Medium Slate Blue #756DE2

Tints of Medium Slate Blue #756DE2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 226 (88.67% from 255) = 50%

R = 25.88%
G = 24.12%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#756DE2 (or 0x756DE2) is known color: Medium Slate Blue. HEX triplet: 75, 6D and E2. RGB value is (117,109,226). Sum of RGB (Red+Green+Blue) = 117+109+226=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #756DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DE2 is #8A921D. Grayscale: #7C7C7C. Windows color (decimal): -9081374 or 14839157. OLE color: 14839157.

HSL color Cylindrical-coordinate representation of color #756DE2: hue angle of 244.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756DE2 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 109 226 -
CMYK 0.48 0.52 0 0.11
HSL 244.1º 0.67% 0.66% -
HSV(B) 244.1º 0.52% 0.89% -
XYZ 26.53 20.21 74.45 -
YUV 124.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 117 109 226 0.48 0.52 0 0.11 244.1 0.67 0.66
Hex 75 6D E2 30 34 0 B F4 43 42
Octal 165 155 342 60 64 0 13 364 103 102
Binary 1110101 1101101 11100010 110000 110100 0 1011 11110100 1000011 1000010

Color Harmonies of #756DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DE2

Black with #756DE2

Text Example


Text Example

White with #756DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,226); }

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

background-color css

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

 a { background-color: rgb(117,109,226); }

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

border-color css

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

 span { border-color: rgb(117,109,226); }

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