Html Css Color HEX #7A6DFB Light Slate Blue

📋 copy color: '#7A6DFB'

red 122 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #7A6DFB

Tints of Light Slate Blue #7A6DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 25.31%
G = 22.61%
B = 52.07%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A6DFB (or 0x7A6DFB) is known color: Light Slate Blue. HEX triplet: 7A, 6D and FB. RGB value is (122,109,251). Sum of RGB (Red+Green+Blue) = 122+109+251=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A6DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6DFB is #859204. Grayscale: #808080. Windows color (decimal): -8753669 or 16477562. OLE color: 16477562.

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

Color convert

RGB 122 109 251 -
CMYK 0.51 0.57 0 0.02
HSL 245.49º 0.95% 0.71% -
HSV(B) 245.49º 0.57% 0.98% -
XYZ 30.91 22.04 93.89 -
YUV 129.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 122 109 251 0.51 0.57 0 0.02 245.49 0.95 0.71
Hex 7A 6D FB 33 39 0 2 F5 5F 47
Octal 172 155 373 63 71 0 2 365 137 107
Binary 1111010 1101101 11111011 110011 111001 0 10 11110101 1011111 1000111

Color Harmonies of #7A6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DFB

Black with #7A6DFB

Text Example


Text Example

White with #7A6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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