Html Css Color HEX #797CFD Light Slate Blue

📋 copy color: '#797CFD'

red 121 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #797CFD

Tints of Light Slate Blue #797CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 24.3%
G = 24.9%
B = 50.8%

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

#797CFD (or 0x797CFD) is known color: Light Slate Blue. HEX triplet: 79, 7C and FD. RGB value is (121,124,253). Sum of RGB (Red+Green+Blue) = 121+124+253=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #797CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CFD is #868302. Grayscale: #898989. Windows color (decimal): -8815363 or 16612473. OLE color: 16612473.

HSL color Cylindrical-coordinate representation of color #797CFD: hue angle of 238.64º degrees, saturation: 0.97, 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 #797CFD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 124 253 -
CMYK 0.52 0.51 0 0.01
HSL 238.64º 0.97% 0.73% -
HSV(B) 238.64º 0.52% 0.99% -
XYZ 32.82 25.57 96.13 -
YUV 137.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 121 124 253 0.52 0.51 0 0.01 238.64 0.97 0.73
Hex 79 7C FD 34 33 0 1 EF 61 49
Octal 171 174 375 64 63 0 1 357 141 111
Binary 1111001 1111100 11111101 110100 110011 0 1 11101111 1100001 1001001

Color Harmonies of #797CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CFD

Black with #797CFD

Text Example


Text Example

White with #797CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,124,253); }

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

background-color css

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

 a { background-color: rgb(121,124,253); }

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

border-color css

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

 span { border-color: rgb(121,124,253); }

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