Html Css Color HEX #7442FA Medium Slate Blue

📋 copy color: '#7442FA'

red 116 ◦ green 66 ◦ blue 250

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

Shades of Medium Slate Blue #7442FA

Tints of Medium Slate Blue #7442FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 26.85%
G = 15.28%
B = 57.87%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7442FA (or 0x7442FA) is known color: Medium Slate Blue. HEX triplet: 74, 42 and FA. RGB value is (116,66,250). Sum of RGB (Red+Green+Blue) = 116+66+250=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #7442FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7442FA is #8BBD05. Grayscale: #656565. Windows color (decimal): -9157894 or 16401012. OLE color: 16401012.

HSL color Cylindrical-coordinate representation of color #7442FA: hue angle of 256.3º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7442FA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 66 250 -
CMYK 0.54 0.74 0 0.02
HSL 256.3º 0.95% 0.62% -
HSV(B) 256.3º 0.74% 0.98% -
XYZ 26.41 14.51 91.85 -
YUV 101.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 116 66 250 0.54 0.74 0 0.02 256.3 0.95 0.62
Hex 74 42 FA 36 4A 0 2 100 5F 3E
Octal 164 102 372 66 112 0 2 400 137 76
Binary 1110100 1000010 11111010 110110 1001010 0 10 100000000 1011111 111110

Color Harmonies of #7442FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442FA

Black with #7442FA

Text Example


Text Example

White with #7442FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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