Html Css Color HEX #756CF1 Medium Slate Blue

📋 copy color: '#756CF1'

red 117 ◦ green 108 ◦ blue 241

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

Shades of Medium Slate Blue #756CF1

Tints of Medium Slate Blue #756CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 241 (94.53% from 255) = 51.72%

R = 25.11%
G = 23.18%
B = 51.72%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#756CF1 (or 0x756CF1) is known color: Medium Slate Blue. HEX triplet: 75, 6C and F1. RGB value is (117,108,241). Sum of RGB (Red+Green+Blue) = 117+108+241=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #756CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CF1 is #8A930E. Grayscale: #7D7D7D. Windows color (decimal): -9081615 or 15821941. OLE color: 15821941.

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

Color convert

RGB 117 108 241 -
CMYK 0.51 0.55 0 0.05
HSL 244.06º 0.83% 0.68% -
HSV(B) 244.06º 0.55% 0.95% -
XYZ 28.58 20.86 85.74 -
YUV 125.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 117 108 241 0.51 0.55 0 0.05 244.06 0.83 0.68
Hex 75 6C F1 33 37 0 5 F4 53 44
Octal 165 154 361 63 67 0 5 364 123 104
Binary 1110101 1101100 11110001 110011 110111 0 101 11110100 1010011 1000100

Color Harmonies of #756CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CF1

Black with #756CF1

Text Example


Text Example

White with #756CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,241); }

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

background-color css

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

 a { background-color: rgb(117,108,241); }

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

border-color css

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

 span { border-color: rgb(117,108,241); }

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