Html Css Color HEX #7042FA Medium Slate Blue

📋 copy color: '#7042FA'

red 112 ◦ green 66 ◦ blue 250

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

Shades of Medium Slate Blue #7042FA

Tints of Medium Slate Blue #7042FA

RGB

 RED value IS 112 (44.14% from 255) = 26.17%

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

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

R = 26.17%
G = 15.42%
B = 58.41%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7042FA (or 0x7042FA) is known color: Medium Slate Blue. HEX triplet: 70, 42 and FA. RGB value is (112,66,250). Sum of RGB (Red+Green+Blue) = 112+66+250=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #7042FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042FA is #8FBD05. Grayscale: #646464. Windows color (decimal): -9420038 or 16401008. OLE color: 16401008.

HSL color Cylindrical-coordinate representation of color #7042FA: hue angle of 255º 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 #7042FA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 66 250 -
CMYK 0.55 0.74 0 0.02
HSL 255º 0.95% 0.62% -
HSV(B) 255º 0.74% 0.98% -
XYZ 25.89 14.24 91.83 -
YUV 100.73 212.24 136.04 -
System Red Green Blue C M Y K H S L
Decimal 112 66 250 0.55 0.74 0 0.02 255 0.95 0.62
Hex 70 42 FA 37 4A 0 2 FF 5F 3E
Octal 160 102 372 67 112 0 2 377 137 76
Binary 1110000 1000010 11111010 110111 1001010 0 10 11111111 1011111 111110

Color Harmonies of #7042FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042FA

Black with #7042FA

Text Example


Text Example

White with #7042FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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