Html Css Color HEX #7A6DFC Light Slate Blue

📋 copy color: '#7A6DFC'

red 122 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #7A6DFC

Tints of Light Slate Blue #7A6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 25.26%
G = 22.57%
B = 52.17%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A6DFC (or 0x7A6DFC) is known color: Light Slate Blue. HEX triplet: 7A, 6D and FC. RGB value is (122,109,252). Sum of RGB (Red+Green+Blue) = 122+109+252=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A6DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6DFC is #859203. Grayscale: #808080. Windows color (decimal): -8753668 or 16543098. OLE color: 16543098.

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

Color convert

RGB 122 109 252 -
CMYK 0.52 0.57 0 0.01
HSL 245.45º 0.96% 0.71% -
HSV(B) 245.45º 0.57% 0.99% -
XYZ 31.07 22.1 94.72 -
YUV 129.19 197.31 122.87 -
System Red Green Blue C M Y K H S L
Decimal 122 109 252 0.52 0.57 0 0.01 245.45 0.96 0.71
Hex 7A 6D FC 34 39 0 1 F5 60 47
Octal 172 155 374 64 71 0 1 365 140 107
Binary 1111010 1101101 11111100 110100 111001 0 1 11110101 1100000 1000111

Color Harmonies of #7A6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DFC

Black with #7A6DFC

Text Example


Text Example

White with #7A6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,252); }

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

background-color css

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

 a { background-color: rgb(122,109,252); }

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

border-color css

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

 span { border-color: rgb(122,109,252); }

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