Html Css Color HEX #756ADF Medium Slate Blue

📋 copy color: '#756ADF'

red 117 ◦ green 106 ◦ blue 223

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

Shades of Medium Slate Blue #756ADF

Tints of Medium Slate Blue #756ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

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

R = 26.23%
G = 23.77%
B = 50%

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

#756ADF (or 0x756ADF) is known color: Medium Slate Blue. HEX triplet: 75, 6A and DF. RGB value is (117,106,223). Sum of RGB (Red+Green+Blue) = 117+106+223=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #756ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ADF is #8A9520. Grayscale: #7A7A7A. Windows color (decimal): -9082145 or 14641781. OLE color: 14641781.

HSL color Cylindrical-coordinate representation of color #756ADF: hue angle of 245.64º degrees, saturation: 0.65, 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 #756ADF is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 106 223 -
CMYK 0.48 0.52 0 0.13
HSL 245.64º 0.65% 0.65% -
HSV(B) 245.64º 0.52% 0.87% -
XYZ 25.81 19.42 72.2 -
YUV 122.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 117 106 223 0.48 0.52 0 0.13 245.64 0.65 0.65
Hex 75 6A DF 30 34 0 D F6 41 41
Octal 165 152 337 60 64 0 15 366 101 101
Binary 1110101 1101010 11011111 110000 110100 0 1101 11110110 1000001 1000001

Color Harmonies of #756ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ADF

Black with #756ADF

Text Example


Text Example

White with #756ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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