Html Css Color HEX #756AEC Medium Slate Blue

📋 copy color: '#756AEC'

red 117 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #756AEC

Tints of Medium Slate Blue #756AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 25.49%
G = 23.09%
B = 51.42%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#756AEC (or 0x756AEC) is known color: Medium Slate Blue. HEX triplet: 75, 6A and EC. RGB value is (117,106,236). Sum of RGB (Red+Green+Blue) = 117+106+236=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #756AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AEC is #8A9513. Grayscale: #7B7B7B. Windows color (decimal): -9082132 or 15493749. OLE color: 15493749.

HSL color Cylindrical-coordinate representation of color #756AEC: hue angle of 245.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756AEC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 106 236 -
CMYK 0.50 0.55 0 0.07
HSL 245.08º 0.77% 0.67% -
HSV(B) 245.08º 0.55% 0.93% -
XYZ 27.63 20.15 81.79 -
YUV 124.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 117 106 236 0.50 0.55 0 0.07 245.08 0.77 0.67
Hex 75 6A EC 32 37 0 7 F5 4D 43
Octal 165 152 354 62 67 0 7 365 115 103
Binary 1110101 1101010 11101100 110010 110111 0 111 11110101 1001101 1000011

Color Harmonies of #756AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AEC

Black with #756AEC

Text Example


Text Example

White with #756AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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