Html Css Color HEX #797BFF Light Slate Blue

📋 copy color: '#797BFF'

red 121 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #797BFF

Tints of Light Slate Blue #797BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.65%

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

R = 24.25%
G = 24.65%
B = 51.1%

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

#797BFF (or 0x797BFF) is known color: Light Slate Blue. HEX triplet: 79, 7B and FF. RGB value is (121,123,255). Sum of RGB (Red+Green+Blue) = 121+123+255=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #797BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BFF is #868400. Grayscale: #888888. Windows color (decimal): -8815617 or 16743289. OLE color: 16743289.

HSL color Cylindrical-coordinate representation of color #797BFF: hue angle of 239.1º 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 #797BFF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 123 255 -
CMYK 0.53 0.52 0 0
HSL 239.1º 1% 0.74% -
HSV(B) 239.1º 0.53% 1% -
XYZ 33.02 25.45 97.78 -
YUV 137.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 121 123 255 0.53 0.52 0 0 239.1 1 0.74
Hex 79 7B FF 35 34 0 0 EF 64 4A
Octal 171 173 377 65 64 0 0 357 144 112
Binary 1111001 1111011 11111111 110101 110100 0 0 11101111 1100100 1001010

Color Harmonies of #797BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BFF

Black with #797BFF

Text Example


Text Example

White with #797BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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