Html Css Color HEX #796AFF Light Slate Blue

📋 copy color: '#796AFF'

red 121 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #796AFF

Tints of Light Slate Blue #796AFF

RGB

 RED value IS 121 (47.66% from 255) = 25.1%

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 25.1%
G = 21.99%
B = 52.9%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#796AFF (or 0x796AFF) is known color: Light Slate Blue. HEX triplet: 79, 6A and FF. RGB value is (121,106,255). Sum of RGB (Red+Green+Blue) = 121+106+255=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #796AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796AFF is #869500. Grayscale: #7E7E7E. Windows color (decimal): -8819969 or 16738937. OLE color: 16738937.

HSL color Cylindrical-coordinate representation of color #796AFF: hue angle of 246.04º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #796AFF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 106 255 -
CMYK 0.53 0.58 0 0
HSL 246.04º 1% 0.71% -
HSV(B) 246.04º 0.58% 1% -
XYZ 31.09 21.59 97.14 -
YUV 127.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 121 106 255 0.53 0.58 0 0 246.04 1 0.71
Hex 79 6A FF 35 3A 0 0 F6 64 47
Octal 171 152 377 65 72 0 0 366 144 107
Binary 1111001 1101010 11111111 110101 111010 0 0 11110110 1100100 1000111

Color Harmonies of #796AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AFF

Black with #796AFF

Text Example


Text Example

White with #796AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796AFF; }

 p { color: rgb(121,106,255); }

 H1.HeaderClassName
 {
   color: #796AFF;
 }
 .AnyTagClassName
 {
   color: #796AFF;
 }
</style>

background-color css

<style>
 a { background-color: #796AFF; }

 a { background-color: rgb(121,106,255); }

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

border-color css

<style>
 span { border-color: #796AFF; }

 span { border-color: rgb(121,106,255); }

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