Html Css Color HEX #797BFC Light Slate Blue

📋 copy color: '#797BFC'

red 121 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #797BFC

Tints of Light Slate Blue #797BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 24.4%
G = 24.8%
B = 50.81%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#797BFC (or 0x797BFC) is known color: Light Slate Blue. HEX triplet: 79, 7B and FC. RGB value is (121,123,252). Sum of RGB (Red+Green+Blue) = 121+123+252=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #797BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BFC is #868403. Grayscale: #888888. Windows color (decimal): -8815620 or 16546681. OLE color: 16546681.

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

Color convert

RGB 121 123 252 -
CMYK 0.52 0.51 0 0.01
HSL 239.08º 0.96% 0.73% -
HSV(B) 239.08º 0.52% 0.99% -
XYZ 32.54 25.26 95.26 -
YUV 137.11 192.84 116.51 -
System Red Green Blue C M Y K H S L
Decimal 121 123 252 0.52 0.51 0 0.01 239.08 0.96 0.73
Hex 79 7B FC 34 33 0 1 EF 60 49
Octal 171 173 374 64 63 0 1 357 140 111
Binary 1111001 1111011 11111100 110100 110011 0 1 11101111 1100000 1001001

Color Harmonies of #797BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BFC

Black with #797BFC

Text Example


Text Example

White with #797BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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