#7968FE

Color #7968FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7968FE

Tints of Light Slate Blue #7968FE

Color information

#7968FE (or 0x7968FE) is unknown color: approx Light Slate Blue. HEX triplet: 79, 68 and FE. RGB value is (121,104,254). Sum of RGB (Red+Green+Blue) = 121+104+254=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #7968FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7968FE is #869701. Grayscale: #7D7D7D. Windows color (decimal): -8820482 or 16672889. OLE color: 16672889.

HSL color Cylindrical-coordinate representation of color #7968FE: hue angle of 246.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7968FE is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121104254-
CMYK0.520.5900.00
HSL246.8º98.68%70.2%-
HSV(B)246.8º59.06%99.61%-
XYZ30.7221.1296.22-
YUV126.18200.13124.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.26%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=25.26%
G=21.71%
B=53.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211042540.520.5900.00246.898.6870.2
Hex7968FE343B00f76346
Octal171150376647300367143106
Binary1111001110100011111110110100111011001111011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7968FE;
 }
 .AnyTagClassName
 {
   color: #7968FE;
 }
</style>
background-color css

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

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

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

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

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

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