Html Css Color HEX #756BD8 Medium Slate Blue

📋 copy color: '#756BD8'

red 117 ◦ green 107 ◦ blue 216

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

Shades of Medium Slate Blue #756BD8

Tints of Medium Slate Blue #756BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.32%

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 26.59%
G = 24.32%
B = 49.09%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#756BD8 (or 0x756BD8) is known color: Medium Slate Blue. HEX triplet: 75, 6B and D8. RGB value is (117,107,216). Sum of RGB (Red+Green+Blue) = 117+107+216=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #756BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BD8 is #8A9427. Grayscale: #797979. Windows color (decimal): -9081896 or 14183285. OLE color: 14183285.

HSL color Cylindrical-coordinate representation of color #756BD8: hue angle of 245.5º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756BD8 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 107 216 -
CMYK 0.46 0.50 0 0.15
HSL 245.5º 0.58% 0.63% -
HSV(B) 245.5º 0.5% 0.85% -
XYZ 24.99 19.26 67.37 -
YUV 122.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 117 107 216 0.46 0.50 0 0.15 245.5 0.58 0.63
Hex 75 6B D8 2E 32 0 F F6 3A 3F
Octal 165 153 330 56 62 0 17 366 72 77
Binary 1110101 1101011 11011000 101110 110010 0 1111 11110110 111010 111111

Color Harmonies of #756BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BD8

Black with #756BD8

Text Example


Text Example

White with #756BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,216); }

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

background-color css

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

 a { background-color: rgb(117,107,216); }

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

border-color css

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

 span { border-color: rgb(117,107,216); }

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