Html Css Color HEX #797DF3 Light Slate Blue

📋 copy color: '#797DF3'

red 121 ◦ green 125 ◦ blue 243

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

Shades of Light Slate Blue #797DF3

Tints of Light Slate Blue #797DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.69%

R = 24.74%
G = 25.56%
B = 49.69%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#797DF3 (or 0x797DF3) is known color: Light Slate Blue. HEX triplet: 79, 7D and F3. RGB value is (121,125,243). Sum of RGB (Red+Green+Blue) = 121+125+243=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #797DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DF3 is #86820C. Grayscale: #888888. Windows color (decimal): -8815117 or 15957369. OLE color: 15957369.

HSL color Cylindrical-coordinate representation of color #797DF3: hue angle of 238.03º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #797DF3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 125 243 -
CMYK 0.50 0.49 0 0.05
HSL 238.03º 0.84% 0.71% -
HSV(B) 238.03º 0.5% 0.95% -
XYZ 31.4 25.2 88 -
YUV 137.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 121 125 243 0.50 0.49 0 0.05 238.03 0.84 0.71
Hex 79 7D F3 32 31 0 5 EE 54 47
Octal 171 175 363 62 61 0 5 356 124 107
Binary 1111001 1111101 11110011 110010 110001 0 101 11101110 1010100 1000111

Color Harmonies of #797DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DF3

Black with #797DF3

Text Example


Text Example

White with #797DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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