Html Css Color HEX #756BF8 Medium Slate Blue

📋 copy color: '#756BF8'

red 117 ◦ green 107 ◦ blue 248

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

Shades of Medium Slate Blue #756BF8

Tints of Medium Slate Blue #756BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.54%

R = 24.79%
G = 22.67%
B = 52.54%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#756BF8 (or 0x756BF8) is known color: Medium Slate Blue. HEX triplet: 75, 6B and F8. RGB value is (117,107,248). Sum of RGB (Red+Green+Blue) = 117+107+248=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #756BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BF8 is #8A9407. Grayscale: #7D7D7D. Windows color (decimal): -9081864 or 16280437. OLE color: 16280437.

HSL color Cylindrical-coordinate representation of color #756BF8: hue angle of 244.26º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756BF8 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 107 248 -
CMYK 0.53 0.57 0 0.03
HSL 244.26º 0.91% 0.7% -
HSV(B) 244.26º 0.57% 0.97% -
XYZ 29.54 21.07 91.32 -
YUV 126.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 117 107 248 0.53 0.57 0 0.03 244.26 0.91 0.7
Hex 75 6B F8 35 39 0 3 F4 5B 46
Octal 165 153 370 65 71 0 3 364 133 106
Binary 1110101 1101011 11111000 110101 111001 0 11 11110100 1011011 1000110

Color Harmonies of #756BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BF8

Black with #756BF8

Text Example


Text Example

White with #756BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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