Html Css Color HEX #7545F9 Medium Slate Blue

📋 copy color: '#7545F9'

red 117 ◦ green 69 ◦ blue 249

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

Shades of Medium Slate Blue #7545F9

Tints of Medium Slate Blue #7545F9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

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

R = 26.9%
G = 15.86%
B = 57.24%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7545F9 (or 0x7545F9) is known color: Medium Slate Blue. HEX triplet: 75, 45 and F9. RGB value is (117,69,249). Sum of RGB (Red+Green+Blue) = 117+69+249=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #7545F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7545F9 is #8ABA06. Grayscale: #676767. Windows color (decimal): -9091591 or 16336245. OLE color: 16336245.

HSL color Cylindrical-coordinate representation of color #7545F9: hue angle of 256º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7545F9 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 69 249 -
CMYK 0.53 0.72 0 0.02
HSL 256º 0.94% 0.62% -
HSV(B) 256º 0.72% 0.98% -
XYZ 26.56 14.88 91.09 -
YUV 103.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 117 69 249 0.53 0.72 0 0.02 256 0.94 0.62
Hex 75 45 F9 35 48 0 2 100 5E 3E
Octal 165 105 371 65 110 0 2 400 136 76
Binary 1110101 1000101 11111001 110101 1001000 0 10 100000000 1011110 111110

Color Harmonies of #7545F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7545F9

Black with #7545F9

Text Example


Text Example

White with #7545F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7545F9; }

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

 H1.HeaderClassName
 {
   color: #7545F9;
 }
 .AnyTagClassName
 {
   color: #7545F9;
 }
</style>

background-color css

<style>
 a { background-color: #7545F9; }

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

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

border-color css

<style>
 span { border-color: #7545F9; }

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

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