Html Css Color HEX #7A66F6 Medium Slate Blue

📋 copy color: '#7A66F6'

red 122 ◦ green 102 ◦ blue 246

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

Shades of Medium Slate Blue #7A66F6

Tints of Medium Slate Blue #7A66F6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 25.96%
G = 21.7%
B = 52.34%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7A66F6 (or 0x7A66F6) is known color: Medium Slate Blue. HEX triplet: 7A, 66 and F6. RGB value is (122,102,246). Sum of RGB (Red+Green+Blue) = 122+102+246=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A66F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A66F6 is #859909. Grayscale: #7B7B7B. Windows color (decimal): -8755466 or 16148090. OLE color: 16148090.

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

Color convert

RGB 122 102 246 -
CMYK 0.50 0.59 0 0.04
HSL 248.33º 0.89% 0.68% -
HSV(B) 248.33º 0.59% 0.96% -
XYZ 29.41 20.29 89.56 -
YUV 124.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 122 102 246 0.50 0.59 0 0.04 248.33 0.89 0.68
Hex 7A 66 F6 32 3B 0 4 F8 59 44
Octal 172 146 366 62 73 0 4 370 131 104
Binary 1111010 1100110 11110110 110010 111011 0 100 11111000 1011001 1000100

Color Harmonies of #7A66F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A66F6

Black with #7A66F6

Text Example


Text Example

White with #7A66F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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