Html Css Color HEX #756CE7 Medium Slate Blue

📋 copy color: '#756CE7'

red 117 ◦ green 108 ◦ blue 231

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

Shades of Medium Slate Blue #756CE7

Tints of Medium Slate Blue #756CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.68%

 BLUE value IS 231 (90.63% from 255) = 50.66%

R = 25.66%
G = 23.68%
B = 50.66%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#756CE7 (or 0x756CE7) is known color: Medium Slate Blue. HEX triplet: 75, 6C and E7. RGB value is (117,108,231). Sum of RGB (Red+Green+Blue) = 117+108+231=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #756CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CE7 is #8A9318. Grayscale: #7C7C7C. Windows color (decimal): -9081625 or 15166581. OLE color: 15166581.

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

Color convert

RGB 117 108 231 -
CMYK 0.49 0.53 0 0.09
HSL 244.39º 0.72% 0.66% -
HSV(B) 244.39º 0.53% 0.91% -
XYZ 27.12 20.28 78.09 -
YUV 124.71 187.98 122.5 -
System Red Green Blue C M Y K H S L
Decimal 117 108 231 0.49 0.53 0 0.09 244.39 0.72 0.66
Hex 75 6C E7 31 35 0 9 F4 48 42
Octal 165 154 347 61 65 0 11 364 110 102
Binary 1110101 1101100 11100111 110001 110101 0 1001 11110100 1001000 1000010

Color Harmonies of #756CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CE7

Black with #756CE7

Text Example


Text Example

White with #756CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,231); }

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

background-color css

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

 a { background-color: rgb(117,108,231); }

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

border-color css

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

 span { border-color: rgb(117,108,231); }

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