Html Css Color HEX #756DFB Medium Slate Blue

📋 copy color: '#756DFB'

red 117 ◦ green 109 ◦ blue 251

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

Shades of Medium Slate Blue #756DFB

Tints of Medium Slate Blue #756DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 24.53%
G = 22.85%
B = 52.62%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#756DFB (or 0x756DFB) is known color: Medium Slate Blue. HEX triplet: 75, 6D and FB. RGB value is (117,109,251). Sum of RGB (Red+Green+Blue) = 117+109+251=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #756DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DFB is #8A9204. Grayscale: #7F7F7F. Windows color (decimal): -9081349 or 16477557. OLE color: 16477557.

HSL color Cylindrical-coordinate representation of color #756DFB: hue angle of 243.38º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756DFB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 109 251 -
CMYK 0.53 0.57 0 0.02
HSL 243.38º 0.95% 0.71% -
HSV(B) 243.38º 0.57% 0.98% -
XYZ 30.22 21.68 93.86 -
YUV 127.58 197.65 120.45 -
System Red Green Blue C M Y K H S L
Decimal 117 109 251 0.53 0.57 0 0.02 243.38 0.95 0.71
Hex 75 6D FB 35 39 0 2 F3 5F 47
Octal 165 155 373 65 71 0 2 363 137 107
Binary 1110101 1101101 11111011 110101 111001 0 10 11110011 1011111 1000111

Color Harmonies of #756DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DFB

Black with #756DFB

Text Example


Text Example

White with #756DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,251); }

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

background-color css

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

 a { background-color: rgb(117,109,251); }

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

border-color css

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

 span { border-color: rgb(117,109,251); }

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