Html Css Color HEX #797BF3 Light Slate Blue

📋 copy color: '#797BF3'

red 121 ◦ green 123 ◦ blue 243

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

Shades of Light Slate Blue #797BF3

Tints of Light Slate Blue #797BF3

RGB

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

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

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

R = 24.85%
G = 25.26%
B = 49.9%

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

#797BF3 (or 0x797BF3) is known color: Light Slate Blue. HEX triplet: 79, 7B and F3. RGB value is (121,123,243). Sum of RGB (Red+Green+Blue) = 121+123+243=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #797BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BF3 is #86840C. Grayscale: #878787. Windows color (decimal): -8815629 or 15956857. OLE color: 15956857.

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

Color convert

RGB 121 123 243 -
CMYK 0.50 0.49 0 0.05
HSL 239.02º 0.84% 0.71% -
HSV(B) 239.02º 0.5% 0.95% -
XYZ 31.15 24.7 87.92 -
YUV 136.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 121 123 243 0.50 0.49 0 0.05 239.02 0.84 0.71
Hex 79 7B F3 32 31 0 5 EF 54 47
Octal 171 173 363 62 61 0 5 357 124 107
Binary 1111001 1111011 11110011 110010 110001 0 101 11101111 1010100 1000111

Color Harmonies of #797BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BF3

Black with #797BF3

Text Example


Text Example

White with #797BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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