Html Css Color HEX #756AE1 Medium Slate Blue

📋 copy color: '#756AE1'

red 117 ◦ green 106 ◦ blue 225

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

Shades of Medium Slate Blue #756AE1

Tints of Medium Slate Blue #756AE1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.66%

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 26.12%
G = 23.66%
B = 50.22%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#756AE1 (or 0x756AE1) is known color: Medium Slate Blue. HEX triplet: 75, 6A and E1. RGB value is (117,106,225). Sum of RGB (Red+Green+Blue) = 117+106+225=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #756AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AE1 is #8A951E. Grayscale: #7A7A7A. Windows color (decimal): -9082143 or 14772853. OLE color: 14772853.

HSL color Cylindrical-coordinate representation of color #756AE1: hue angle of 245.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756AE1 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 106 225 -
CMYK 0.48 0.53 0 0.12
HSL 245.55º 0.66% 0.65% -
HSV(B) 245.55º 0.53% 0.88% -
XYZ 26.08 19.53 73.63 -
YUV 122.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 117 106 225 0.48 0.53 0 0.12 245.55 0.66 0.65
Hex 75 6A E1 30 35 0 C F6 42 41
Octal 165 152 341 60 65 0 14 366 102 101
Binary 1110101 1101010 11100001 110000 110101 0 1100 11110110 1000010 1000001

Color Harmonies of #756AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AE1

Black with #756AE1

Text Example


Text Example

White with #756AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,225); }

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

background-color css

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

 a { background-color: rgb(117,106,225); }

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

border-color css

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

 span { border-color: rgb(117,106,225); }

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