Html Css Color HEX #7942FD Medium Slate Blue

📋 copy color: '#7942FD'

red 121 ◦ green 66 ◦ blue 253

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

Shades of Medium Slate Blue #7942FD

Tints of Medium Slate Blue #7942FD

RGB

 RED value IS 121 (47.66% from 255) = 27.5%

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 27.5%
G = 15%
B = 57.5%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7942FD (or 0x7942FD) is known color: Medium Slate Blue. HEX triplet: 79, 42 and FD. RGB value is (121,66,253). Sum of RGB (Red+Green+Blue) = 121+66+253=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #7942FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7942FD is #86BD02. Grayscale: #676767. Windows color (decimal): -8830211 or 16597625. OLE color: 16597625.

HSL color Cylindrical-coordinate representation of color #7942FD: hue angle of 257.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7942FD is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 66 253 -
CMYK 0.52 0.74 0 0.01
HSL 257.65º 0.98% 0.63% -
HSV(B) 257.65º 0.74% 0.99% -
XYZ 27.56 15.05 94.38 -
YUV 103.76 212.22 140.29 -
System Red Green Blue C M Y K H S L
Decimal 121 66 253 0.52 0.74 0 0.01 257.65 0.98 0.63
Hex 79 42 FD 34 4A 0 1 102 62 3F
Octal 171 102 375 64 112 0 1 402 142 77
Binary 1111001 1000010 11111101 110100 1001010 0 1 100000010 1100010 111111

Color Harmonies of #7942FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7942FD

Black with #7942FD

Text Example


Text Example

White with #7942FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7942FD; }

 p { color: rgb(121,66,253); }

 H1.HeaderClassName
 {
   color: #7942FD;
 }
 .AnyTagClassName
 {
   color: #7942FD;
 }
</style>

background-color css

<style>
 a { background-color: #7942FD; }

 a { background-color: rgb(121,66,253); }

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

border-color css

<style>
 span { border-color: #7942FD; }

 span { border-color: rgb(121,66,253); }

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