Html Css Color HEX #796CFF Light Slate Blue

📋 copy color: '#796CFF'

red 121 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #796CFF

Tints of Light Slate Blue #796CFF

RGB

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

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

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

R = 25%
G = 22.31%
B = 52.69%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#796CFF (or 0x796CFF) is known color: Light Slate Blue. HEX triplet: 79, 6C and FF. RGB value is (121,108,255). Sum of RGB (Red+Green+Blue) = 121+108+255=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #796CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796CFF is #869300. Grayscale: #808080. Windows color (decimal): -8819457 or 16739449. OLE color: 16739449.

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

Color convert

RGB 121 108 255 -
CMYK 0.53 0.58 0 0
HSL 245.31º 1% 0.71% -
HSV(B) 245.31º 0.58% 1% -
XYZ 31.3 22.01 97.21 -
YUV 128.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 121 108 255 0.53 0.58 0 0 245.31 1 0.71
Hex 79 6C FF 35 3A 0 0 F5 64 47
Octal 171 154 377 65 72 0 0 365 144 107
Binary 1111001 1101100 11111111 110101 111010 0 0 11110101 1100100 1000111

Color Harmonies of #796CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CFF

Black with #796CFF

Text Example


Text Example

White with #796CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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