Html Css Color HEX #7983FF Light Slate Blue

📋 copy color: '#7983FF'

red 121 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #7983FF

Tints of Light Slate Blue #7983FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 23.87%
G = 25.84%
B = 50.3%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7983FF (or 0x7983FF) is known color: Light Slate Blue. HEX triplet: 79, 83 and FF. RGB value is (121,131,255). Sum of RGB (Red+Green+Blue) = 121+131+255=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #7983FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7983FF is #867C00. Grayscale: #8D8D8D. Windows color (decimal): -8813569 or 16745337. OLE color: 16745337.

HSL color Cylindrical-coordinate representation of color #7983FF: hue angle of 235.52º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7983FF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 131 255 -
CMYK 0.53 0.49 0 0
HSL 235.52º 1% 0.74% -
HSV(B) 235.52º 0.53% 1% -
XYZ 34.05 27.52 98.12 -
YUV 142.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 121 131 255 0.53 0.49 0 0 235.52 1 0.74
Hex 79 83 FF 35 31 0 0 EC 64 4A
Octal 171 203 377 65 61 0 0 354 144 112
Binary 1111001 10000011 11111111 110101 110001 0 0 11101100 1100100 1001010

Color Harmonies of #7983FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983FF

Black with #7983FF

Text Example


Text Example

White with #7983FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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