Html Css Color HEX #7442FE Medium Slate Blue

📋 copy color: '#7442FE'

red 116 ◦ green 66 ◦ blue 254

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

Shades of Medium Slate Blue #7442FE

Tints of Medium Slate Blue #7442FE

RGB

 RED value IS 116 (45.7% from 255) = 26.61%

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

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 26.61%
G = 15.14%
B = 58.26%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7442FE (or 0x7442FE) is known color: Medium Slate Blue. HEX triplet: 74, 42 and FE. RGB value is (116,66,254). Sum of RGB (Red+Green+Blue) = 116+66+254=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #7442FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7442FE is #8BBD01. Grayscale: #656565. Windows color (decimal): -9157890 or 16663156. OLE color: 16663156.

HSL color Cylindrical-coordinate representation of color #7442FE: hue angle of 255.96º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7442FE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 66 254 -
CMYK 0.54 0.74 0 0.00
HSL 255.96º 0.99% 0.63% -
HSV(B) 255.96º 0.74% 1% -
XYZ 27.04 14.77 95.19 -
YUV 102.38 213.57 137.71 -
System Red Green Blue C M Y K H S L
Decimal 116 66 254 0.54 0.74 0 0.00 255.96 0.99 0.63
Hex 74 42 FE 36 4A 0 0 100 63 3F
Octal 164 102 376 66 112 0 0 400 143 77
Binary 1110100 1000010 11111110 110110 1001010 0 0 100000000 1100011 111111

Color Harmonies of #7442FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442FE

Black with #7442FE

Text Example


Text Example

White with #7442FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7442FE; }

 p { color: rgb(116,66,254); }

 H1.HeaderClassName
 {
   color: #7442FE;
 }
 .AnyTagClassName
 {
   color: #7442FE;
 }
</style>

background-color css

<style>
 a { background-color: #7442FE; }

 a { background-color: rgb(116,66,254); }

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

border-color css

<style>
 span { border-color: #7442FE; }

 span { border-color: rgb(116,66,254); }

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