Html Css Color HEX #7542F6 Medium Slate Blue

📋 copy color: '#7542F6'

red 117 ◦ green 66 ◦ blue 246

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

Shades of Medium Slate Blue #7542F6

Tints of Medium Slate Blue #7542F6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

 BLUE value IS 246 (96.48% from 255) = 57.34%

R = 27.27%
G = 15.38%
B = 57.34%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7542F6 (or 0x7542F6) is known color: Medium Slate Blue. HEX triplet: 75, 42 and F6. RGB value is (117,66,246). Sum of RGB (Red+Green+Blue) = 117+66+246=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #7542F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542F6 is #8ABD09. Grayscale: #656565. Windows color (decimal): -9092362 or 16138869. OLE color: 16138869.

HSL color Cylindrical-coordinate representation of color #7542F6: hue angle of 257º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7542F6 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 66 246 -
CMYK 0.52 0.73 0 0.04
HSL 257º 0.91% 0.61% -
HSV(B) 257º 0.73% 0.96% -
XYZ 25.92 14.33 88.59 -
YUV 101.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 117 66 246 0.52 0.73 0 0.04 257 0.91 0.61
Hex 75 42 F6 34 49 0 4 101 5B 3D
Octal 165 102 366 64 111 0 4 401 133 75
Binary 1110101 1000010 11110110 110100 1001001 0 100 100000001 1011011 111101

Color Harmonies of #7542F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7542F6

Black with #7542F6

Text Example


Text Example

White with #7542F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7542F6; }

 p { color: rgb(117,66,246); }

 H1.HeaderClassName
 {
   color: #7542F6;
 }
 .AnyTagClassName
 {
   color: #7542F6;
 }
</style>

background-color css

<style>
 a { background-color: #7542F6; }

 a { background-color: rgb(117,66,246); }

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

border-color css

<style>
 span { border-color: #7542F6; }

 span { border-color: rgb(117,66,246); }

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