Html Css Color HEX #7A6BF3 Medium Slate Blue

📋 copy color: '#7A6BF3'

red 122 ◦ green 107 ◦ blue 243

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

Shades of Medium Slate Blue #7A6BF3

Tints of Medium Slate Blue #7A6BF3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 243 (95.31% from 255) = 51.48%

R = 25.85%
G = 22.67%
B = 51.48%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7A6BF3 (or 0x7A6BF3) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and F3. RGB value is (122,107,243). Sum of RGB (Red+Green+Blue) = 122+107+243=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A6BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BF3 is #85940C. Grayscale: #7E7E7E. Windows color (decimal): -8754189 or 15952762. OLE color: 15952762.

HSL color Cylindrical-coordinate representation of color #7A6BF3: hue angle of 246.62º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A6BF3 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 107 243 -
CMYK 0.50 0.56 0 0.05
HSL 246.62º 0.85% 0.69% -
HSV(B) 246.62º 0.56% 0.95% -
XYZ 29.46 21.12 87.32 -
YUV 126.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 122 107 243 0.50 0.56 0 0.05 246.62 0.85 0.69
Hex 7A 6B F3 32 38 0 5 F7 55 45
Octal 172 153 363 62 70 0 5 367 125 105
Binary 1111010 1101011 11110011 110010 111000 0 101 11110111 1010101 1000101

Color Harmonies of #7A6BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6BF3

Black with #7A6BF3

Text Example


Text Example

White with #7A6BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,107,243); }

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

background-color css

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

 a { background-color: rgb(122,107,243); }

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

border-color css

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

 span { border-color: rgb(122,107,243); }

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