Html Css Color HEX #7983FE Light Slate Blue

📋 copy color: '#7983FE'

red 121 ◦ green 131 ◦ blue 254

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

Shades of Light Slate Blue #7983FE

Tints of Light Slate Blue #7983FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

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

R = 23.91%
G = 25.89%
B = 50.2%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7983FE (or 0x7983FE) is known color: Light Slate Blue. HEX triplet: 79, 83 and FE. RGB value is (121,131,254). Sum of RGB (Red+Green+Blue) = 121+131+254=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #7983FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7983FE is #867C01. Grayscale: #8D8D8D. Windows color (decimal): -8813570 or 16679801. OLE color: 16679801.

HSL color Cylindrical-coordinate representation of color #7983FE: hue angle of 235.49º 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 #7983FE is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 131 254 -
CMYK 0.52 0.48 0 0.00
HSL 235.49º 0.99% 0.74% -
HSV(B) 235.49º 0.52% 1% -
XYZ 33.89 27.45 97.28 -
YUV 142.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 121 131 254 0.52 0.48 0 0.00 235.49 0.99 0.74
Hex 79 83 FE 34 30 0 0 EB 63 4A
Octal 171 203 376 64 60 0 0 353 143 112
Binary 1111001 10000011 11111110 110100 110000 0 0 11101011 1100011 1001010

Color Harmonies of #7983FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983FE

Black with #7983FE

Text Example


Text Example

White with #7983FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7983FE; }

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

 H1.HeaderClassName
 {
   color: #7983FE;
 }
 .AnyTagClassName
 {
   color: #7983FE;
 }
</style>

background-color css

<style>
 a { background-color: #7983FE; }

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

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

border-color css

<style>
 span { border-color: #7983FE; }

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

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