Html Css Color HEX #7982FF Light Slate Blue

📋 copy color: '#7982FF'

red 121 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #7982FF

Tints of Light Slate Blue #7982FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

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

R = 23.91%
G = 25.69%
B = 50.4%

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

#7982FF (or 0x7982FF) is known color: Light Slate Blue. HEX triplet: 79, 82 and FF. RGB value is (121,130,255). Sum of RGB (Red+Green+Blue) = 121+130+255=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7982FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7982FF is #867D00. Grayscale: #8D8D8D. Windows color (decimal): -8813825 or 16745081. OLE color: 16745081.

HSL color Cylindrical-coordinate representation of color #7982FF: hue angle of 235.97º 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 #7982FF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 130 255 -
CMYK 0.53 0.49 0 0
HSL 235.97º 1% 0.74% -
HSV(B) 235.97º 0.53% 1% -
XYZ 33.92 27.25 98.08 -
YUV 141.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 121 130 255 0.53 0.49 0 0 235.97 1 0.74
Hex 79 82 FF 35 31 0 0 EC 64 4A
Octal 171 202 377 65 61 0 0 354 144 112
Binary 1111001 10000010 11111111 110101 110001 0 0 11101100 1100100 1001010

Color Harmonies of #7982FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7982FF

Black with #7982FF

Text Example


Text Example

White with #7982FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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