Html Css Color HEX #756CE0 Medium Slate Blue

📋 copy color: '#756CE0'

red 117 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #756CE0

Tints of Medium Slate Blue #756CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.89%

R = 26.06%
G = 24.05%
B = 49.89%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#756CE0 (or 0x756CE0) is known color: Medium Slate Blue. HEX triplet: 75, 6C and E0. RGB value is (117,108,224). Sum of RGB (Red+Green+Blue) = 117+108+224=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #756CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CE0 is #8A931F. Grayscale: #7B7B7B. Windows color (decimal): -9081632 or 14707829. OLE color: 14707829.

HSL color Cylindrical-coordinate representation of color #756CE0: hue angle of 244.66º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756CE0 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 108 224 -
CMYK 0.48 0.52 0 0.12
HSL 244.66º 0.65% 0.65% -
HSV(B) 244.66º 0.52% 0.88% -
XYZ 26.15 19.89 72.98 -
YUV 123.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 117 108 224 0.48 0.52 0 0.12 244.66 0.65 0.65
Hex 75 6C E0 30 34 0 C F5 41 41
Octal 165 154 340 60 64 0 14 365 101 101
Binary 1110101 1101100 11100000 110000 110100 0 1100 11110101 1000001 1000001

Color Harmonies of #756CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CE0

Black with #756CE0

Text Example


Text Example

White with #756CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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