Html Css Color HEX #756CDF Medium Slate Blue

📋 copy color: '#756CDF'

red 117 ◦ green 108 ◦ blue 223

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

Shades of Medium Slate Blue #756CDF

Tints of Medium Slate Blue #756CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 26.12%
G = 24.11%
B = 49.78%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#756CDF (or 0x756CDF) is known color: Medium Slate Blue. HEX triplet: 75, 6C and DF. RGB value is (117,108,223). Sum of RGB (Red+Green+Blue) = 117+108+223=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #756CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CDF is #8A9320. Grayscale: #7B7B7B. Windows color (decimal): -9081633 or 14642293. OLE color: 14642293.

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

Color convert

RGB 117 108 223 -
CMYK 0.48 0.52 0 0.13
HSL 244.7º 0.64% 0.65% -
HSV(B) 244.7º 0.52% 0.87% -
XYZ 26.02 19.83 72.27 -
YUV 123.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 117 108 223 0.48 0.52 0 0.13 244.7 0.64 0.65
Hex 75 6C DF 30 34 0 D F5 40 41
Octal 165 154 337 60 64 0 15 365 100 101
Binary 1110101 1101100 11011111 110000 110100 0 1101 11110101 1000000 1000001

Color Harmonies of #756CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CDF

Black with #756CDF

Text Example


Text Example

White with #756CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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