Html Css Color HEX #7A6FFA Light Slate Blue

📋 copy color: '#7A6FFA'

red 122 ◦ green 111 ◦ blue 250

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

Shades of Light Slate Blue #7A6FFA

Tints of Light Slate Blue #7A6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.98%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 25.26%
G = 22.98%
B = 51.76%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A6FFA (or 0x7A6FFA) is known color: Light Slate Blue. HEX triplet: 7A, 6F and FA. RGB value is (122,111,250). Sum of RGB (Red+Green+Blue) = 122+111+250=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6FFA is #859005. Grayscale: #818181. Windows color (decimal): -8753158 or 16412538. OLE color: 16412538.

HSL color Cylindrical-coordinate representation of color #7A6FFA: hue angle of 244.75º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A6FFA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 111 250 -
CMYK 0.51 0.56 0 0.02
HSL 244.75º 0.93% 0.71% -
HSV(B) 244.75º 0.56% 0.98% -
XYZ 30.97 22.41 93.14 -
YUV 130.14 195.64 122.2 -
System Red Green Blue C M Y K H S L
Decimal 122 111 250 0.51 0.56 0 0.02 244.75 0.93 0.71
Hex 7A 6F FA 33 38 0 2 F5 5D 47
Octal 172 157 372 63 70 0 2 365 135 107
Binary 1111010 1101111 11111010 110011 111000 0 10 11110101 1011101 1000111

Color Harmonies of #7A6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FFA

Black with #7A6FFA

Text Example


Text Example

White with #7A6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,111,250); }

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

background-color css

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

 a { background-color: rgb(122,111,250); }

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

border-color css

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

 span { border-color: rgb(122,111,250); }

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