Html Css Color HEX #796FFE Light Slate Blue

📋 copy color: '#796FFE'

red 121 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #796FFE

Tints of Light Slate Blue #796FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 24.9%
G = 22.84%
B = 52.26%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#796FFE (or 0x796FFE) is known color: Light Slate Blue. HEX triplet: 79, 6F and FE. RGB value is (121,111,254). Sum of RGB (Red+Green+Blue) = 121+111+254=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #796FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796FFE is #869001. Grayscale: #818181. Windows color (decimal): -8818690 or 16674681. OLE color: 16674681.

HSL color Cylindrical-coordinate representation of color #796FFE: hue angle of 244.2º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #796FFE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 111 254 -
CMYK 0.52 0.56 0 0.00
HSL 244.2º 0.99% 0.72% -
HSV(B) 244.2º 0.56% 1% -
XYZ 31.46 22.59 96.47 -
YUV 130.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 121 111 254 0.52 0.56 0 0.00 244.2 0.99 0.72
Hex 79 6F FE 34 38 0 0 F4 63 48
Octal 171 157 376 64 70 0 0 364 143 110
Binary 1111001 1101111 11111110 110100 111000 0 0 11110100 1100011 1001000

Color Harmonies of #796FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FFE

Black with #796FFE

Text Example


Text Example

White with #796FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,111,254); }

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

background-color css

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

 a { background-color: rgb(121,111,254); }

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

border-color css

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

 span { border-color: rgb(121,111,254); }

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