Html Css Color HEX #7544FC Medium Slate Blue

📋 copy color: '#7544FC'

red 117 ◦ green 68 ◦ blue 252

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

Shades of Medium Slate Blue #7544FC

Tints of Medium Slate Blue #7544FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 26.77%
G = 15.56%
B = 57.67%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7544FC (or 0x7544FC) is known color: Medium Slate Blue. HEX triplet: 75, 44 and FC. RGB value is (117,68,252). Sum of RGB (Red+Green+Blue) = 117+68+252=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #7544FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7544FC is #8ABB03. Grayscale: #666666. Windows color (decimal): -9091844 or 16532597. OLE color: 16532597.

HSL color Cylindrical-coordinate representation of color #7544FC: hue angle of 255.98º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7544FC is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 68 252 -
CMYK 0.54 0.73 0 0.01
HSL 255.98º 0.97% 0.63% -
HSV(B) 255.98º 0.73% 0.99% -
XYZ 26.97 14.94 93.56 -
YUV 103.63 211.73 137.54 -
System Red Green Blue C M Y K H S L
Decimal 117 68 252 0.54 0.73 0 0.01 255.98 0.97 0.63
Hex 75 44 FC 36 49 0 1 100 61 3F
Octal 165 104 374 66 111 0 1 400 141 77
Binary 1110101 1000100 11111100 110110 1001001 0 1 100000000 1100001 111111

Color Harmonies of #7544FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7544FC

Black with #7544FC

Text Example


Text Example

White with #7544FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7544FC; }

 p { color: rgb(117,68,252); }

 H1.HeaderClassName
 {
   color: #7544FC;
 }
 .AnyTagClassName
 {
   color: #7544FC;
 }
</style>

background-color css

<style>
 a { background-color: #7544FC; }

 a { background-color: rgb(117,68,252); }

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

border-color css

<style>
 span { border-color: #7544FC; }

 span { border-color: rgb(117,68,252); }

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