Html Css Color HEX #756AE0 Medium Slate Blue

📋 copy color: '#756AE0'

red 117 ◦ green 106 ◦ blue 224

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

Shades of Medium Slate Blue #756AE0

Tints of Medium Slate Blue #756AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 26.17%
G = 23.71%
B = 50.11%

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

#756AE0 (or 0x756AE0) is known color: Medium Slate Blue. HEX triplet: 75, 6A and E0. RGB value is (117,106,224). Sum of RGB (Red+Green+Blue) = 117+106+224=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #756AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AE0 is #8A951F. Grayscale: #7A7A7A. Windows color (decimal): -9082144 or 14707317. OLE color: 14707317.

HSL color Cylindrical-coordinate representation of color #756AE0: hue angle of 245.59º 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 #756AE0 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 106 224 -
CMYK 0.48 0.53 0 0.12
HSL 245.59º 0.66% 0.65% -
HSV(B) 245.59º 0.53% 0.88% -
XYZ 25.94 19.47 72.91 -
YUV 122.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 117 106 224 0.48 0.53 0 0.12 245.59 0.66 0.65
Hex 75 6A E0 30 35 0 C F6 42 41
Octal 165 152 340 60 65 0 14 366 102 101
Binary 1110101 1101010 11100000 110000 110101 0 1100 11110110 1000010 1000001

Color Harmonies of #756AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AE0

Black with #756AE0

Text Example


Text Example

White with #756AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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