Html Css Color HEX #7A70F4 Medium Slate Blue

📋 copy color: '#7A70F4'

red 122 ◦ green 112 ◦ blue 244

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

Shades of Medium Slate Blue #7A70F4

Tints of Medium Slate Blue #7A70F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.05%

R = 25.52%
G = 23.43%
B = 51.05%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7A70F4 (or 0x7A70F4) is known color: Medium Slate Blue. HEX triplet: 7A, 70 and F4. RGB value is (122,112,244). Sum of RGB (Red+Green+Blue) = 122+112+244=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #7A70F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A70F4 is #858F0B. Grayscale: #818181. Windows color (decimal): -8752908 or 16019578. OLE color: 16019578.

HSL color Cylindrical-coordinate representation of color #7A70F4: hue angle of 244.55º degrees, saturation: 0.86, 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 #7A70F4 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 112 244 -
CMYK 0.5 0.54 0 0.04
HSL 244.55º 0.86% 0.7% -
HSV(B) 244.55º 0.54% 0.96% -
XYZ 30.15 22.26 88.3 -
YUV 130.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 122 112 244 0.5 0.54 0 0.04 244.55 0.86 0.7
Hex 7A 70 F4 32 36 0 4 F5 56 46
Octal 172 160 364 62 66 0 4 365 126 106
Binary 1111010 1110000 11110100 110010 110110 0 100 11110101 1010110 1000110

Color Harmonies of #7A70F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70F4

Black with #7A70F4

Text Example


Text Example

White with #7A70F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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