Html Css Color HEX #7542FC Medium Slate Blue

📋 copy color: '#7542FC'

red 117 ◦ green 66 ◦ blue 252

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

Shades of Medium Slate Blue #7542FC

Tints of Medium Slate Blue #7542FC

RGB

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

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

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

R = 26.9%
G = 15.17%
B = 57.93%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7542FC (or 0x7542FC) is known color: Medium Slate Blue. HEX triplet: 75, 42 and FC. RGB value is (117,66,252). Sum of RGB (Red+Green+Blue) = 117+66+252=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #7542FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542FC is #8ABD03. Grayscale: #656565. Windows color (decimal): -9092356 or 16532085. OLE color: 16532085.

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

Color convert

RGB 117 66 252 -
CMYK 0.54 0.74 0 0.01
HSL 256.45º 0.97% 0.62% -
HSV(B) 256.45º 0.74% 0.99% -
XYZ 26.86 14.71 93.52 -
YUV 102.45 212.4 138.38 -
System Red Green Blue C M Y K H S L
Decimal 117 66 252 0.54 0.74 0 0.01 256.45 0.97 0.62
Hex 75 42 FC 36 4A 0 1 100 61 3E
Octal 165 102 374 66 112 0 1 400 141 76
Binary 1110101 1000010 11111100 110110 1001010 0 1 100000000 1100001 111110

Color Harmonies of #7542FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7542FC

Black with #7542FC

Text Example


Text Example

White with #7542FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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