Html Css Color HEX #7986FF Light Slate Blue

📋 copy color: '#7986FF'

red 121 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #7986FF

Tints of Light Slate Blue #7986FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.27%

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

R = 23.73%
G = 26.27%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7986FF (or 0x7986FF) is known color: Light Slate Blue. HEX triplet: 79, 86 and FF. RGB value is (121,134,255). Sum of RGB (Red+Green+Blue) = 121+134+255=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #7986FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7986FF is #867900. Grayscale: #8F8F8F. Windows color (decimal): -8812801 or 16746105. OLE color: 16746105.

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

Color convert

RGB 121 134 255 -
CMYK 0.53 0.47 0 0
HSL 234.18º 1% 0.74% -
HSV(B) 234.18º 0.53% 1% -
XYZ 34.46 28.34 98.26 -
YUV 143.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 121 134 255 0.53 0.47 0 0 234.18 1 0.74
Hex 79 86 FF 35 2F 0 0 EA 64 4A
Octal 171 206 377 65 57 0 0 352 144 112
Binary 1111001 10000110 11111111 110101 101111 0 0 11101010 1100100 1001010

Color Harmonies of #7986FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986FF

Black with #7986FF

Text Example


Text Example

White with #7986FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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