Html Css Color HEX #7984F3 Light Slate Blue

📋 copy color: '#7984F3'

red 121 ◦ green 132 ◦ blue 243

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

Shades of Light Slate Blue #7984F3

Tints of Light Slate Blue #7984F3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 243 (95.31% from 255) = 48.99%

R = 24.4%
G = 26.61%
B = 48.99%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7984F3 (or 0x7984F3) is known color: Light Slate Blue. HEX triplet: 79, 84 and F3. RGB value is (121,132,243). Sum of RGB (Red+Green+Blue) = 121+132+243=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #7984F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7984F3 is #867B0C. Grayscale: #8C8C8C. Windows color (decimal): -8813325 or 15959161. OLE color: 15959161.

HSL color Cylindrical-coordinate representation of color #7984F3: hue angle of 234.59º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7984F3 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 132 243 -
CMYK 0.50 0.46 0 0.05
HSL 234.59º 0.84% 0.71% -
HSV(B) 234.59º 0.5% 0.95% -
XYZ 32.31 27.04 88.31 -
YUV 141.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 121 132 243 0.50 0.46 0 0.05 234.59 0.84 0.71
Hex 79 84 F3 32 2E 0 5 EB 54 47
Octal 171 204 363 62 56 0 5 353 124 107
Binary 1111001 10000100 11110011 110010 101110 0 101 11101011 1010100 1000111

Color Harmonies of #7984F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7984F3

Black with #7984F3

Text Example


Text Example

White with #7984F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7984F3; }

 p { color: rgb(121,132,243); }

 H1.HeaderClassName
 {
   color: #7984F3;
 }
 .AnyTagClassName
 {
   color: #7984F3;
 }
</style>

background-color css

<style>
 a { background-color: #7984F3; }

 a { background-color: rgb(121,132,243); }

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

border-color css

<style>
 span { border-color: #7984F3; }

 span { border-color: rgb(121,132,243); }

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