Html Css Color HEX #7A73F7 Light Slate Blue

📋 copy color: '#7A73F7'

red 122 ◦ green 115 ◦ blue 247

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

Shades of Light Slate Blue #7A73F7

Tints of Light Slate Blue #7A73F7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.76%

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

R = 25.21%
G = 23.76%
B = 51.03%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7A73F7 (or 0x7A73F7) is known color: Light Slate Blue. HEX triplet: 7A, 73 and F7. RGB value is (122,115,247). Sum of RGB (Red+Green+Blue) = 122+115+247=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A73F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A73F7 is #858C08. Grayscale: #838383. Windows color (decimal): -8752137 or 16216954. OLE color: 16216954.

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

Color convert

RGB 122 115 247 -
CMYK 0.51 0.53 0 0.03
HSL 243.18º 0.89% 0.71% -
HSV(B) 243.18º 0.53% 0.97% -
XYZ 30.95 23.11 90.83 -
YUV 132.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 122 115 247 0.51 0.53 0 0.03 243.18 0.89 0.71
Hex 7A 73 F7 33 35 0 3 F3 59 47
Octal 172 163 367 63 65 0 3 363 131 107
Binary 1111010 1110011 11110111 110011 110101 0 11 11110011 1011001 1000111

Color Harmonies of #7A73F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A73F7

Black with #7A73F7

Text Example


Text Example

White with #7A73F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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