Html Css Color HEX #756EF2 Medium Slate Blue

📋 copy color: '#756EF2'

red 117 ◦ green 110 ◦ blue 242

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

Shades of Medium Slate Blue #756EF2

Tints of Medium Slate Blue #756EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.45%

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 24.95%
G = 23.45%
B = 51.6%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#756EF2 (or 0x756EF2) is known color: Medium Slate Blue. HEX triplet: 75, 6E and F2. RGB value is (117,110,242). Sum of RGB (Red+Green+Blue) = 117+110+242=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #756EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EF2 is #8A910D. Grayscale: #7E7E7E. Windows color (decimal): -9081102 or 15887989. OLE color: 15887989.

HSL color Cylindrical-coordinate representation of color #756EF2: hue angle of 243.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756EF2 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 110 242 -
CMYK 0.52 0.55 0 0.05
HSL 243.18º 0.84% 0.69% -
HSV(B) 243.18º 0.55% 0.95% -
XYZ 28.94 21.34 86.6 -
YUV 127.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 117 110 242 0.52 0.55 0 0.05 243.18 0.84 0.69
Hex 75 6E F2 34 37 0 5 F3 54 45
Octal 165 156 362 64 67 0 5 363 124 105
Binary 1110101 1101110 11110010 110100 110111 0 101 11110011 1010100 1000101

Color Harmonies of #756EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EF2

Black with #756EF2

Text Example


Text Example

White with #756EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,242); }

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

background-color css

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

 a { background-color: rgb(117,110,242); }

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

border-color css

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

 span { border-color: rgb(117,110,242); }

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