Html Css Color HEX #796EFF Light Slate Blue

📋 copy color: '#796EFF'

red 121 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #796EFF

Tints of Light Slate Blue #796EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

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

R = 24.9%
G = 22.63%
B = 52.47%

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

#796EFF (or 0x796EFF) is known color: Light Slate Blue. HEX triplet: 79, 6E and FF. RGB value is (121,110,255). Sum of RGB (Red+Green+Blue) = 121+110+255=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #796EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796EFF is #869100. Grayscale: #818181. Windows color (decimal): -8818945 or 16739961. OLE color: 16739961.

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

Color convert

RGB 121 110 255 -
CMYK 0.53 0.57 0 0
HSL 244.55º 1% 0.72% -
HSV(B) 244.55º 0.57% 1% -
XYZ 31.51 22.44 97.28 -
YUV 129.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 121 110 255 0.53 0.57 0 0 244.55 1 0.72
Hex 79 6E FF 35 39 0 0 F5 64 48
Octal 171 156 377 65 71 0 0 365 144 110
Binary 1111001 1101110 11111111 110101 111001 0 0 11110101 1100100 1001000

Color Harmonies of #796EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EFF

Black with #796EFF

Text Example


Text Example

White with #796EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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