#7684FA

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

Shades of Light Slate Blue #7684FA

Tints of Light Slate Blue #7684FA

Color information

#7684FA (or 0x7684FA) is unknown color: approx Light Slate Blue. HEX triplet: 76, 84 and FA. RGB value is (118,132,250). Sum of RGB (Red+Green+Blue) = 118+132+250=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7684FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7684FA is #897B05. Grayscale: #8C8C8C. Windows color (decimal): -9009926 or 16417910. OLE color: 16417910.

HSL color Cylindrical-coordinate representation of color #7684FA: hue angle of 233.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7684FA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118132250-
CMYK0.530.4700.02
HSL233.64º92.96%72.16%-
HSV(B)233.64º52.8%98.04%-
XYZ32.9827.2693.97-
YUV141.27189.36111.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 250 (98.05% from 255) = 50%
R=23.6%
G=26.4%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181322500.530.4700.02233.6492.9672.16
Hex7684FA352F02ea5d48
Octal166204372655702352135110
Binary111011010000100111110101101011011110101110101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7684FA; }

 p { color: rgb(118,132,250); }

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

<style>
 a { background-color: #7684FA; }

 a { background-color: rgb(118,132,250); }

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

<style>
 span { border-color: #7684FA; }

 span { border-color: rgb(118,132,250); }

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