Html Css Color HEX #797AFF Light Slate Blue

📋 copy color: '#797AFF'

red 121 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #797AFF

Tints of Light Slate Blue #797AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.5%

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

R = 24.3%
G = 24.5%
B = 51.2%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#797AFF (or 0x797AFF) is known color: Light Slate Blue. HEX triplet: 79, 7A and FF. RGB value is (121,122,255). Sum of RGB (Red+Green+Blue) = 121+122+255=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #797AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797AFF is #868500. Grayscale: #888888. Windows color (decimal): -8815873 or 16743033. OLE color: 16743033.

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

Color convert

RGB 121 122 255 -
CMYK 0.53 0.52 0 0
HSL 239.55º 1% 0.74% -
HSV(B) 239.55º 0.53% 1% -
XYZ 32.89 25.2 97.74 -
YUV 136.86 194.67 116.69 -
System Red Green Blue C M Y K H S L
Decimal 121 122 255 0.53 0.52 0 0 239.55 1 0.74
Hex 79 7A FF 35 34 0 0 F0 64 4A
Octal 171 172 377 65 64 0 0 360 144 112
Binary 1111001 1111010 11111111 110101 110100 0 0 11110000 1100100 1001010

Color Harmonies of #797AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797AFF

Black with #797AFF

Text Example


Text Example

White with #797AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797AFF; }

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

 H1.HeaderClassName
 {
   color: #797AFF;
 }
 .AnyTagClassName
 {
   color: #797AFF;
 }
</style>

background-color css

<style>
 a { background-color: #797AFF; }

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

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

border-color css

<style>
 span { border-color: #797AFF; }

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

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