Html Css Color HEX #797FFA Light Slate Blue

📋 copy color: '#797FFA'

red 121 ◦ green 127 ◦ blue 250

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

Shades of Light Slate Blue #797FFA

Tints of Light Slate Blue #797FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

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

R = 24.3%
G = 25.5%
B = 50.2%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#797FFA (or 0x797FFA) is known color: Light Slate Blue. HEX triplet: 79, 7F and FA. RGB value is (121,127,250). Sum of RGB (Red+Green+Blue) = 121+127+250=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #797FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FFA is #868005. Grayscale: #8A8A8A. Windows color (decimal): -8814598 or 16416633. OLE color: 16416633.

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

Color convert

RGB 121 127 250 -
CMYK 0.52 0.49 0 0.02
HSL 237.21º 0.93% 0.73% -
HSV(B) 237.21º 0.52% 0.98% -
XYZ 32.73 26.15 93.76 -
YUV 139.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 121 127 250 0.52 0.49 0 0.02 237.21 0.93 0.73
Hex 79 7F FA 34 31 0 2 ED 5D 49
Octal 171 177 372 64 61 0 2 355 135 111
Binary 1111001 1111111 11111010 110100 110001 0 10 11101101 1011101 1001001

Color Harmonies of #797FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FFA

Black with #797FFA

Text Example


Text Example

White with #797FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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