Html Css Color HEX #7A6EFB Light Slate Blue

📋 copy color: '#7A6EFB'

red 122 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #7A6EFB

Tints of Light Slate Blue #7A6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

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

R = 25.26%
G = 22.77%
B = 51.97%

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

#7A6EFB (or 0x7A6EFB) is known color: Light Slate Blue. HEX triplet: 7A, 6E and FB. RGB value is (122,110,251). Sum of RGB (Red+Green+Blue) = 122+110+251=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A6EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6EFB is #859104. Grayscale: #818181. Windows color (decimal): -8753413 or 16477818. OLE color: 16477818.

HSL color Cylindrical-coordinate representation of color #7A6EFB: hue angle of 245.11º degrees, saturation: 0.95, 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 #7A6EFB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 110 251 -
CMYK 0.51 0.56 0 0.02
HSL 245.11º 0.95% 0.71% -
HSV(B) 245.11º 0.56% 0.98% -
XYZ 31.01 22.25 93.93 -
YUV 129.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 122 110 251 0.51 0.56 0 0.02 245.11 0.95 0.71
Hex 7A 6E FB 33 38 0 2 F5 5F 47
Octal 172 156 373 63 70 0 2 365 137 107
Binary 1111010 1101110 11111011 110011 111000 0 10 11110101 1011111 1000111

Color Harmonies of #7A6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EFB

Black with #7A6EFB

Text Example


Text Example

White with #7A6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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