Html Css Color HEX #797DFA Light Slate Blue

📋 copy color: '#797DFA'

red 121 ◦ green 125 ◦ blue 250

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

Shades of Light Slate Blue #797DFA

Tints of Light Slate Blue #797DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

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

R = 24.4%
G = 25.2%
B = 50.4%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#797DFA (or 0x797DFA) is known color: Light Slate Blue. HEX triplet: 79, 7D and FA. RGB value is (121,125,250). Sum of RGB (Red+Green+Blue) = 121+125+250=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #797DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DFA is #868205. Grayscale: #898989. Windows color (decimal): -8815110 or 16416121. OLE color: 16416121.

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

Color convert

RGB 121 125 250 -
CMYK 0.52 0.50 0 0.02
HSL 238.14º 0.93% 0.73% -
HSV(B) 238.14º 0.52% 0.98% -
XYZ 32.47 25.63 93.68 -
YUV 138.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 121 125 250 0.52 0.50 0 0.02 238.14 0.93 0.73
Hex 79 7D FA 34 32 0 2 EE 5D 49
Octal 171 175 372 64 62 0 2 356 135 111
Binary 1111001 1111101 11111010 110100 110010 0 10 11101110 1011101 1001001

Color Harmonies of #797DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DFA

Black with #797DFA

Text Example


Text Example

White with #797DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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