Html Css Color HEX #796DFB Light Slate Blue

📋 copy color: '#796DFB'

red 121 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #796DFB

Tints of Light Slate Blue #796DFB

RGB

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

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

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

R = 25.16%
G = 22.66%
B = 52.18%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#796DFB (or 0x796DFB) is known color: Light Slate Blue. HEX triplet: 79, 6D and FB. RGB value is (121,109,251). Sum of RGB (Red+Green+Blue) = 121+109+251=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #796DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796DFB is #869204. Grayscale: #808080. Windows color (decimal): -8819205 or 16477561. OLE color: 16477561.

HSL color Cylindrical-coordinate representation of color #796DFB: hue angle of 245.07º 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 #796DFB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 109 251 -
CMYK 0.52 0.57 0 0.02
HSL 245.07º 0.95% 0.71% -
HSV(B) 245.07º 0.57% 0.98% -
XYZ 30.77 21.97 93.89 -
YUV 128.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 121 109 251 0.52 0.57 0 0.02 245.07 0.95 0.71
Hex 79 6D FB 34 39 0 2 F5 5F 47
Octal 171 155 373 64 71 0 2 365 137 107
Binary 1111001 1101101 11111011 110100 111001 0 10 11110101 1011111 1000111

Color Harmonies of #796DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DFB

Black with #796DFB

Text Example


Text Example

White with #796DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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