Html Css Color HEX #797FFD Light Slate Blue

📋 copy color: '#797FFD'

red 121 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #797FFD

Tints of Light Slate Blue #797FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.35%

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

R = 24.15%
G = 25.35%
B = 50.5%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#797FFD (or 0x797FFD) is known color: Light Slate Blue. HEX triplet: 79, 7F and FD. RGB value is (121,127,253). Sum of RGB (Red+Green+Blue) = 121+127+253=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #797FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FFD is #868002. Grayscale: #8B8B8B. Windows color (decimal): -8814595 or 16613241. OLE color: 16613241.

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

Color convert

RGB 121 127 253 -
CMYK 0.52 0.50 0 0.01
HSL 237.27º 0.97% 0.73% -
HSV(B) 237.27º 0.52% 0.99% -
XYZ 33.2 26.34 96.26 -
YUV 139.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 121 127 253 0.52 0.50 0 0.01 237.27 0.97 0.73
Hex 79 7F FD 34 32 0 1 ED 61 49
Octal 171 177 375 64 62 0 1 355 141 111
Binary 1111001 1111111 11111101 110100 110010 0 1 11101101 1100001 1001001

Color Harmonies of #797FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FFD

Black with #797FFD

Text Example


Text Example

White with #797FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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