Html Css Color HEX #7046F8 Medium Slate Blue

📋 copy color: '#7046F8'

red 112 ◦ green 70 ◦ blue 248

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

Shades of Medium Slate Blue #7046F8

Tints of Medium Slate Blue #7046F8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

 BLUE value IS 248 (97.27% from 255) = 57.67%

R = 26.05%
G = 16.28%
B = 57.67%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7046F8 (or 0x7046F8) is known color: Medium Slate Blue. HEX triplet: 70, 46 and F8. RGB value is (112,70,248). Sum of RGB (Red+Green+Blue) = 112+70+248=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #7046F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7046F8 is #8FB907. Grayscale: #666666. Windows color (decimal): -9419016 or 16270960. OLE color: 16270960.

HSL color Cylindrical-coordinate representation of color #7046F8: hue angle of 254.16º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7046F8 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 70 248 -
CMYK 0.55 0.72 0 0.03
HSL 254.16º 0.93% 0.62% -
HSV(B) 254.16º 0.72% 0.97% -
XYZ 25.82 14.6 90.26 -
YUV 102.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 112 70 248 0.55 0.72 0 0.03 254.16 0.93 0.62
Hex 70 46 F8 37 48 0 3 FE 5D 3E
Octal 160 106 370 67 110 0 3 376 135 76
Binary 1110000 1000110 11111000 110111 1001000 0 11 11111110 1011101 111110

Color Harmonies of #7046F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7046F8

Black with #7046F8

Text Example


Text Example

White with #7046F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7046F8; }

 p { color: rgb(112,70,248); }

 H1.HeaderClassName
 {
   color: #7046F8;
 }
 .AnyTagClassName
 {
   color: #7046F8;
 }
</style>

background-color css

<style>
 a { background-color: #7046F8; }

 a { background-color: rgb(112,70,248); }

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

border-color css

<style>
 span { border-color: #7046F8; }

 span { border-color: rgb(112,70,248); }

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