Html Css Color HEX #756AEA Medium Slate Blue

📋 copy color: '#756AEA'

red 117 ◦ green 106 ◦ blue 234

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

Shades of Medium Slate Blue #756AEA

Tints of Medium Slate Blue #756AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 25.6%
G = 23.19%
B = 51.2%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#756AEA (or 0x756AEA) is known color: Medium Slate Blue. HEX triplet: 75, 6A and EA. RGB value is (117,106,234). Sum of RGB (Red+Green+Blue) = 117+106+234=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #756AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AEA is #8A9515. Grayscale: #7B7B7B. Windows color (decimal): -9082134 or 15362677. OLE color: 15362677.

HSL color Cylindrical-coordinate representation of color #756AEA: hue angle of 245.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756AEA is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 106 234 -
CMYK 0.5 0.55 0 0.08
HSL 245.16º 0.75% 0.67% -
HSV(B) 245.16º 0.55% 0.92% -
XYZ 27.34 20.03 80.27 -
YUV 123.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 117 106 234 0.5 0.55 0 0.08 245.16 0.75 0.67
Hex 75 6A EA 32 37 0 8 F5 4B 43
Octal 165 152 352 62 67 0 10 365 113 103
Binary 1110101 1101010 11101010 110010 110111 0 1000 11110101 1001011 1000011

Color Harmonies of #756AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AEA

Black with #756AEA

Text Example


Text Example

White with #756AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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