Html Css Color HEX #797BFE Light Slate Blue

📋 copy color: '#797BFE'

red 121 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #797BFE

Tints of Light Slate Blue #797BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 24.3%
G = 24.7%
B = 51%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#797BFE (or 0x797BFE) is known color: Light Slate Blue. HEX triplet: 79, 7B and FE. RGB value is (121,123,254). Sum of RGB (Red+Green+Blue) = 121+123+254=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #797BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BFE is #868401. Grayscale: #888888. Windows color (decimal): -8815618 or 16677753. OLE color: 16677753.

HSL color Cylindrical-coordinate representation of color #797BFE: hue angle of 239.1º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797BFE is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 123 254 -
CMYK 0.52 0.52 0 0.00
HSL 239.1º 0.99% 0.74% -
HSV(B) 239.1º 0.52% 1% -
XYZ 32.86 25.39 96.93 -
YUV 137.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 121 123 254 0.52 0.52 0 0.00 239.1 0.99 0.74
Hex 79 7B FE 34 34 0 0 EF 63 4A
Octal 171 173 376 64 64 0 0 357 143 112
Binary 1111001 1111011 11111110 110100 110100 0 0 11101111 1100011 1001010

Color Harmonies of #797BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BFE

Black with #797BFE

Text Example


Text Example

White with #797BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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