Html Css Color HEX #7A70F6 Medium Slate Blue

📋 copy color: '#7A70F6'

red 122 ◦ green 112 ◦ blue 246

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

Shades of Medium Slate Blue #7A70F6

Tints of Medium Slate Blue #7A70F6

RGB

 RED value IS 122 (48.05% from 255) = 25.42%

 GREEN value IS 112 (44.14% from 255) = 23.33%

 BLUE value IS 246 (96.48% from 255) = 51.25%

R = 25.42%
G = 23.33%
B = 51.25%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7A70F6 (or 0x7A70F6) is known color: Medium Slate Blue. HEX triplet: 7A, 70 and F6. RGB value is (122,112,246). Sum of RGB (Red+Green+Blue) = 122+112+246=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A70F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A70F6 is #858F09. Grayscale: #818181. Windows color (decimal): -8752906 or 16150650. OLE color: 16150650.

HSL color Cylindrical-coordinate representation of color #7A70F6: hue angle of 244.48º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A70F6 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 112 246 -
CMYK 0.50 0.54 0 0.04
HSL 244.48º 0.88% 0.7% -
HSV(B) 244.48º 0.54% 0.96% -
XYZ 30.45 22.38 89.9 -
YUV 130.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 122 112 246 0.50 0.54 0 0.04 244.48 0.88 0.7
Hex 7A 70 F6 32 36 0 4 F4 58 46
Octal 172 160 366 62 66 0 4 364 130 106
Binary 1111010 1110000 11110110 110010 110110 0 100 11110100 1011000 1000110

Color Harmonies of #7A70F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70F6

Black with #7A70F6

Text Example


Text Example

White with #7A70F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A70F6; }

 p { color: rgb(122,112,246); }

 H1.HeaderClassName
 {
   color: #7A70F6;
 }
 .AnyTagClassName
 {
   color: #7A70F6;
 }
</style>

background-color css

<style>
 a { background-color: #7A70F6; }

 a { background-color: rgb(122,112,246); }

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

border-color css

<style>
 span { border-color: #7A70F6; }

 span { border-color: rgb(122,112,246); }

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