#7679FC

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

Shades of Light Slate Blue #7679FC

Tints of Light Slate Blue #7679FC

Color information

#7679FC (or 0x7679FC) is unknown color: approx Light Slate Blue. HEX triplet: 76, 79 and FC. RGB value is (118,121,252). Sum of RGB (Red+Green+Blue) = 118+121+252=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #7679FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7679FC is #898603. Grayscale: #868686. Windows color (decimal): -9012740 or 16546166. OLE color: 16546166.

HSL color Cylindrical-coordinate representation of color #7679FC: hue angle of 238.66º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7679FC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118121252-
CMYK0.530.5200.01
HSL238.66º95.71%72.55%-
HSV(B)238.66º53.17%98.82%-
XYZ31.8824.5595.15-
YUV135.04194.01115.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 252 (98.83% from 255) = 51.32%
R=24.03%
G=24.64%
B=51.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181212520.530.5200.01238.6695.7172.55
Hex7679FC353401ef6049
Octal166171374656401357140111
Binary1110110111100111111100110101110100011110111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7679FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7679FC; }

 p { color: rgb(118,121,252); }

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

<style>
 a { background-color: #7679FC; }

 a { background-color: rgb(118,121,252); }

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

<style>
 span { border-color: #7679FC; }

 span { border-color: rgb(118,121,252); }

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