Html Css Color HEX #756FEA Medium Slate Blue

📋 copy color: '#756FEA'

red 117 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #756FEA

Tints of Medium Slate Blue #756FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

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

R = 25.32%
G = 24.03%
B = 50.65%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#756FEA (or 0x756FEA) is known color: Medium Slate Blue. HEX triplet: 75, 6F and EA. RGB value is (117,111,234). Sum of RGB (Red+Green+Blue) = 117+111+234=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #756FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FEA is #8A9015. Grayscale: #7E7E7E. Windows color (decimal): -9080854 or 15363957. OLE color: 15363957.

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

Color convert

RGB 117 111 234 -
CMYK 0.5 0.53 0 0.08
HSL 242.93º 0.75% 0.68% -
HSV(B) 242.93º 0.53% 0.92% -
XYZ 27.87 21.09 80.44 -
YUV 126.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 117 111 234 0.5 0.53 0 0.08 242.93 0.75 0.68
Hex 75 6F EA 32 35 0 8 F3 4B 44
Octal 165 157 352 62 65 0 10 363 113 104
Binary 1110101 1101111 11101010 110010 110101 0 1000 11110011 1001011 1000100

Color Harmonies of #756FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FEA

Black with #756FEA

Text Example


Text Example

White with #756FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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