Html Css Color HEX #756AE9 Medium Slate Blue

📋 copy color: '#756AE9'

red 117 ◦ green 106 ◦ blue 233

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

Shades of Medium Slate Blue #756AE9

Tints of Medium Slate Blue #756AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.1%

R = 25.66%
G = 23.25%
B = 51.1%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#756AE9 (or 0x756AE9) is known color: Medium Slate Blue. HEX triplet: 75, 6A and E9. RGB value is (117,106,233). Sum of RGB (Red+Green+Blue) = 117+106+233=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #756AE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AE9 is #8A9516. Grayscale: #7B7B7B. Windows color (decimal): -9082135 or 15297141. OLE color: 15297141.

HSL color Cylindrical-coordinate representation of color #756AE9: hue angle of 245.2º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756AE9 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 106 233 -
CMYK 0.50 0.55 0 0.09
HSL 245.2º 0.74% 0.66% -
HSV(B) 245.2º 0.55% 0.91% -
XYZ 27.2 19.97 79.51 -
YUV 123.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 117 106 233 0.50 0.55 0 0.09 245.2 0.74 0.66
Hex 75 6A E9 32 37 0 9 F5 4A 42
Octal 165 152 351 62 67 0 11 365 112 102
Binary 1110101 1101010 11101001 110010 110111 0 1001 11110101 1001010 1000010

Color Harmonies of #756AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AE9

Black with #756AE9

Text Example


Text Example

White with #756AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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