Html Css Color HEX #797BF5 Light Slate Blue

📋 copy color: '#797BF5'

red 121 ◦ green 123 ◦ blue 245

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

Shades of Light Slate Blue #797BF5

Tints of Light Slate Blue #797BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.1%

R = 24.74%
G = 25.15%
B = 50.1%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#797BF5 (or 0x797BF5) is known color: Light Slate Blue. HEX triplet: 79, 7B and F5. RGB value is (121,123,245). Sum of RGB (Red+Green+Blue) = 121+123+245=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #797BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BF5 is #86840A. Grayscale: #878787. Windows color (decimal): -8815627 or 16087929. OLE color: 16087929.

HSL color Cylindrical-coordinate representation of color #797BF5: hue angle of 239.03º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #797BF5 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 123 245 -
CMYK 0.51 0.50 0 0.04
HSL 239.03º 0.86% 0.72% -
HSV(B) 239.03º 0.51% 0.96% -
XYZ 31.45 24.82 89.52 -
YUV 136.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 121 123 245 0.51 0.50 0 0.04 239.03 0.86 0.72
Hex 79 7B F5 33 32 0 4 EF 56 48
Octal 171 173 365 63 62 0 4 357 126 110
Binary 1111001 1111011 11110101 110011 110010 0 100 11101111 1010110 1001000

Color Harmonies of #797BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BF5

Black with #797BF5

Text Example


Text Example

White with #797BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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