Html Css Color HEX #796CFE Light Slate Blue

📋 copy color: '#796CFE'

red 121 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #796CFE

Tints of Light Slate Blue #796CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

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

R = 25.05%
G = 22.36%
B = 52.59%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#796CFE (or 0x796CFE) is known color: Light Slate Blue. HEX triplet: 79, 6C and FE. RGB value is (121,108,254). Sum of RGB (Red+Green+Blue) = 121+108+254=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #796CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796CFE is #869301. Grayscale: #7F7F7F. Windows color (decimal): -8819458 or 16673913. OLE color: 16673913.

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

Color convert

RGB 121 108 254 -
CMYK 0.52 0.57 0 0.00
HSL 245.34º 0.99% 0.71% -
HSV(B) 245.34º 0.57% 1% -
XYZ 31.14 21.95 96.36 -
YUV 128.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 121 108 254 0.52 0.57 0 0.00 245.34 0.99 0.71
Hex 79 6C FE 34 39 0 0 F5 63 47
Octal 171 154 376 64 71 0 0 365 143 107
Binary 1111001 1101100 11111110 110100 111001 0 0 11110101 1100011 1000111

Color Harmonies of #796CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CFE

Black with #796CFE

Text Example


Text Example

White with #796CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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