Html Css Color HEX #756FF8 Medium Slate Blue

📋 copy color: '#756FF8'

red 117 ◦ green 111 ◦ blue 248

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

Shades of Medium Slate Blue #756FF8

Tints of Medium Slate Blue #756FF8

RGB

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

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

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

R = 24.58%
G = 23.32%
B = 52.1%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#756FF8 (or 0x756FF8) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F8. RGB value is (117,111,248). Sum of RGB (Red+Green+Blue) = 117+111+248=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #756FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF8 is #8A9007. Grayscale: #7F7F7F. Windows color (decimal): -9080840 or 16281461. OLE color: 16281461.

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

Color convert

RGB 117 111 248 -
CMYK 0.53 0.55 0 0.03
HSL 242.63º 0.91% 0.7% -
HSV(B) 242.63º 0.55% 0.97% -
XYZ 29.96 21.93 91.46 -
YUV 128.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 117 111 248 0.53 0.55 0 0.03 242.63 0.91 0.7
Hex 75 6F F8 35 37 0 3 F3 5B 46
Octal 165 157 370 65 67 0 3 363 133 106
Binary 1110101 1101111 11111000 110101 110111 0 11 11110011 1011011 1000110

Color Harmonies of #756FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FF8

Black with #756FF8

Text Example


Text Example

White with #756FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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