Html Css Color HEX #797BFA Light Slate Blue

📋 copy color: '#797BFA'

red 121 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #797BFA

Tints of Light Slate Blue #797BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 24.49%
G = 24.9%
B = 50.61%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#797BFA (or 0x797BFA) is known color: Light Slate Blue. HEX triplet: 79, 7B and FA. RGB value is (121,123,250). Sum of RGB (Red+Green+Blue) = 121+123+250=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #797BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BFA is #868405. Grayscale: #888888. Windows color (decimal): -8815622 or 16415609. OLE color: 16415609.

HSL color Cylindrical-coordinate representation of color #797BFA: hue angle of 239.07º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797BFA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 123 250 -
CMYK 0.52 0.51 0 0.02
HSL 239.07º 0.93% 0.73% -
HSV(B) 239.07º 0.52% 0.98% -
XYZ 32.22 25.13 93.6 -
YUV 136.88 191.84 116.67 -
System Red Green Blue C M Y K H S L
Decimal 121 123 250 0.52 0.51 0 0.02 239.07 0.93 0.73
Hex 79 7B FA 34 33 0 2 EF 5D 49
Octal 171 173 372 64 63 0 2 357 135 111
Binary 1111001 1111011 11111010 110100 110011 0 10 11101111 1011101 1001001

Color Harmonies of #797BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BFA

Black with #797BFA

Text Example


Text Example

White with #797BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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