Html Css Color HEX #756FDC Medium Slate Blue

📋 copy color: '#756FDC'

red 117 ◦ green 111 ◦ blue 220

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

Shades of Medium Slate Blue #756FDC

Tints of Medium Slate Blue #756FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 26.12%
G = 24.78%
B = 49.11%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#756FDC (or 0x756FDC) is known color: Medium Slate Blue. HEX triplet: 75, 6F and DC. RGB value is (117,111,220). Sum of RGB (Red+Green+Blue) = 117+111+220=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #756FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FDC is #8A9023. Grayscale: #7C7C7C. Windows color (decimal): -9080868 or 14446453. OLE color: 14446453.

HSL color Cylindrical-coordinate representation of color #756FDC: hue angle of 243.3º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756FDC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 111 220 -
CMYK 0.47 0.50 0 0.14
HSL 243.3º 0.61% 0.65% -
HSV(B) 243.3º 0.5% 0.86% -
XYZ 25.94 20.32 70.26 -
YUV 125.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 117 111 220 0.47 0.50 0 0.14 243.3 0.61 0.65
Hex 75 6F DC 2F 32 0 E F3 3D 41
Octal 165 157 334 57 62 0 16 363 75 101
Binary 1110101 1101111 11011100 101111 110010 0 1110 11110011 111101 1000001

Color Harmonies of #756FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FDC

Black with #756FDC

Text Example


Text Example

White with #756FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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