Html Css Color HEX #756AF1 Medium Slate Blue

📋 copy color: '#756AF1'

red 117 ◦ green 106 ◦ blue 241

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

Shades of Medium Slate Blue #756AF1

Tints of Medium Slate Blue #756AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 25.22%
G = 22.84%
B = 51.94%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#756AF1 (or 0x756AF1) is known color: Medium Slate Blue. HEX triplet: 75, 6A and F1. RGB value is (117,106,241). Sum of RGB (Red+Green+Blue) = 117+106+241=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #756AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AF1 is #8A950E. Grayscale: #7C7C7C. Windows color (decimal): -9082127 or 15821429. OLE color: 15821429.

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

Color convert

RGB 117 106 241 -
CMYK 0.51 0.56 0 0.05
HSL 244.89º 0.83% 0.68% -
HSV(B) 244.89º 0.56% 0.95% -
XYZ 28.37 20.44 85.67 -
YUV 124.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 117 106 241 0.51 0.56 0 0.05 244.89 0.83 0.68
Hex 75 6A F1 33 38 0 5 F5 53 44
Octal 165 152 361 63 70 0 5 365 123 104
Binary 1110101 1101010 11110001 110011 111000 0 101 11110101 1010011 1000100

Color Harmonies of #756AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AF1

Black with #756AF1

Text Example


Text Example

White with #756AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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