Html Css Color HEX #756FEF Medium Slate Blue

📋 copy color: '#756FEF'

red 117 ◦ green 111 ◦ blue 239

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

Shades of Medium Slate Blue #756FEF

Tints of Medium Slate Blue #756FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 25.05%
G = 23.77%
B = 51.18%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#756FEF (or 0x756FEF) is known color: Medium Slate Blue. HEX triplet: 75, 6F and EF. RGB value is (117,111,239). Sum of RGB (Red+Green+Blue) = 117+111+239=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #756FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FEF is #8A9010. Grayscale: #7E7E7E. Windows color (decimal): -9080849 or 15691637. OLE color: 15691637.

HSL color Cylindrical-coordinate representation of color #756FEF: hue angle of 242.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756FEF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 111 239 -
CMYK 0.51 0.54 0 0.06
HSL 242.81º 0.8% 0.69% -
HSV(B) 242.81º 0.54% 0.94% -
XYZ 28.6 21.38 84.28 -
YUV 127.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 117 111 239 0.51 0.54 0 0.06 242.81 0.8 0.69
Hex 75 6F EF 33 36 0 6 F3 50 45
Octal 165 157 357 63 66 0 6 363 120 105
Binary 1110101 1101111 11101111 110011 110110 0 110 11110011 1010000 1000101

Color Harmonies of #756FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FEF

Black with #756FEF

Text Example


Text Example

White with #756FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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