Html Css Color HEX #796DFF Light Slate Blue

📋 copy color: '#796DFF'

red 121 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #796DFF

Tints of Light Slate Blue #796DFF

RGB

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

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

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

R = 24.95%
G = 22.47%
B = 52.58%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#796DFF (or 0x796DFF) is known color: Light Slate Blue. HEX triplet: 79, 6D and FF. RGB value is (121,109,255). Sum of RGB (Red+Green+Blue) = 121+109+255=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #796DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796DFF is #869200. Grayscale: #808080. Windows color (decimal): -8819201 or 16739705. OLE color: 16739705.

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

Color convert

RGB 121 109 255 -
CMYK 0.53 0.57 0 0
HSL 244.93º 1% 0.71% -
HSV(B) 244.93º 0.57% 1% -
XYZ 31.4 22.22 97.24 -
YUV 129.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 121 109 255 0.53 0.57 0 0 244.93 1 0.71
Hex 79 6D FF 35 39 0 0 F5 64 47
Octal 171 155 377 65 71 0 0 365 144 107
Binary 1111001 1101101 11111111 110101 111001 0 0 11110101 1100100 1000111

Color Harmonies of #796DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DFF

Black with #796DFF

Text Example


Text Example

White with #796DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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