Html Css Color HEX #7A6AFE Light Slate Blue

📋 copy color: '#7A6AFE'

red 122 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #7A6AFE

Tints of Light Slate Blue #7A6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 25.31%
G = 21.99%
B = 52.7%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A6AFE (or 0x7A6AFE) is known color: Light Slate Blue. HEX triplet: 7A, 6A and FE. RGB value is (122,106,254). Sum of RGB (Red+Green+Blue) = 122+106+254=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A6AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6AFE is #859501. Grayscale: #7F7F7F. Windows color (decimal): -8754434 or 16673402. OLE color: 16673402.

HSL color Cylindrical-coordinate representation of color #7A6AFE: hue angle of 246.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A6AFE is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 106 254 -
CMYK 0.52 0.58 0 0.00
HSL 246.49º 0.99% 0.71% -
HSV(B) 246.49º 0.58% 1% -
XYZ 31.07 21.6 96.3 -
YUV 127.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 122 106 254 0.52 0.58 0 0.00 246.49 0.99 0.71
Hex 7A 6A FE 34 3A 0 0 F6 63 47
Octal 172 152 376 64 72 0 0 366 143 107
Binary 1111010 1101010 11111110 110100 111010 0 0 11110110 1100011 1000111

Color Harmonies of #7A6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6AFE

Black with #7A6AFE

Text Example


Text Example

White with #7A6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,106,254); }

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

background-color css

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

 a { background-color: rgb(122,106,254); }

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

border-color css

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

 span { border-color: rgb(122,106,254); }

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