Html Css Color HEX #7A6BFE Light Slate Blue

📋 copy color: '#7A6BFE'

red 122 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #7A6BFE

Tints of Light Slate Blue #7A6BFE

RGB

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

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

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

R = 25.26%
G = 22.15%
B = 52.59%

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

#7A6BFE (or 0x7A6BFE) is known color: Light Slate Blue. HEX triplet: 7A, 6B and FE. RGB value is (122,107,254). Sum of RGB (Red+Green+Blue) = 122+107+254=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BFE is #859401. Grayscale: #7F7F7F. Windows color (decimal): -8754178 or 16673658. OLE color: 16673658.

HSL color Cylindrical-coordinate representation of color #7A6BFE: hue angle of 246.12º 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 #7A6BFE is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 107 254 -
CMYK 0.52 0.58 0 0.00
HSL 246.12º 0.99% 0.71% -
HSV(B) 246.12º 0.58% 1% -
XYZ 31.17 21.81 96.33 -
YUV 128.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 122 107 254 0.52 0.58 0 0.00 246.12 0.99 0.71
Hex 7A 6B FE 34 3A 0 0 F6 63 47
Octal 172 153 376 64 72 0 0 366 143 107
Binary 1111010 1101011 11111110 110100 111010 0 0 11110110 1100011 1000111

Color Harmonies of #7A6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6BFE

Black with #7A6BFE

Text Example


Text Example

White with #7A6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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