Html Css Color HEX #756AF9 Medium Slate Blue

📋 copy color: '#756AF9'

red 117 ◦ green 106 ◦ blue 249

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

Shades of Medium Slate Blue #756AF9

Tints of Medium Slate Blue #756AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.75%

R = 24.79%
G = 22.46%
B = 52.75%

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

#756AF9 (or 0x756AF9) is known color: Medium Slate Blue. HEX triplet: 75, 6A and F9. RGB value is (117,106,249). Sum of RGB (Red+Green+Blue) = 117+106+249=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #756AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AF9 is #8A9506. Grayscale: #7D7D7D. Windows color (decimal): -9082119 or 16345717. OLE color: 16345717.

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

Color convert

RGB 117 106 249 -
CMYK 0.53 0.57 0 0.02
HSL 244.62º 0.92% 0.7% -
HSV(B) 244.62º 0.57% 0.98% -
XYZ 29.59 20.93 92.1 -
YUV 125.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 117 106 249 0.53 0.57 0 0.02 244.62 0.92 0.7
Hex 75 6A F9 35 39 0 2 F5 5C 46
Octal 165 152 371 65 71 0 2 365 134 106
Binary 1110101 1101010 11111001 110101 111001 0 10 11110101 1011100 1000110

Color Harmonies of #756AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AF9

Black with #756AF9

Text Example


Text Example

White with #756AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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