Html Css Color HEX #7A70F7 Medium Slate Blue

📋 copy color: '#7A70F7'

red 122 ◦ green 112 ◦ blue 247

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

Shades of Medium Slate Blue #7A70F7

Tints of Medium Slate Blue #7A70F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.35%

R = 25.36%
G = 23.28%
B = 51.35%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7A70F7 (or 0x7A70F7) is known color: Medium Slate Blue. HEX triplet: 7A, 70 and F7. RGB value is (122,112,247). Sum of RGB (Red+Green+Blue) = 122+112+247=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A70F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A70F7 is #858F08. Grayscale: #818181. Windows color (decimal): -8752905 or 16216186. OLE color: 16216186.

HSL color Cylindrical-coordinate representation of color #7A70F7: hue angle of 244.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A70F7 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 112 247 -
CMYK 0.51 0.55 0 0.03
HSL 244.44º 0.89% 0.7% -
HSV(B) 244.44º 0.55% 0.97% -
XYZ 30.61 22.44 90.71 -
YUV 130.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 122 112 247 0.51 0.55 0 0.03 244.44 0.89 0.7
Hex 7A 70 F7 33 37 0 3 F4 59 46
Octal 172 160 367 63 67 0 3 364 131 106
Binary 1111010 1110000 11110111 110011 110111 0 11 11110100 1011001 1000110

Color Harmonies of #7A70F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70F7

Black with #7A70F7

Text Example


Text Example

White with #7A70F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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