#7684FD

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

Shades of Light Slate Blue #7684FD

Tints of Light Slate Blue #7684FD

Color information

#7684FD (or 0x7684FD) is unknown color: approx Light Slate Blue. HEX triplet: 76, 84 and FD. RGB value is (118,132,253). Sum of RGB (Red+Green+Blue) = 118+132+253=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #7684FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7684FD is #897B02. Grayscale: #8D8D8D. Windows color (decimal): -9009923 or 16614518. OLE color: 16614518.

HSL color Cylindrical-coordinate representation of color #7684FD: hue angle of 233.78º degrees, saturation: 0.97, 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 #7684FD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118132253-
CMYK0.530.4800.01
HSL233.78º97.12%72.75%-
HSV(B)233.78º53.36%99.22%-
XYZ33.4527.4596.46-
YUV141.61190.86111.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.46%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=23.46%
G=26.24%
B=50.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181322530.530.4800.01233.7897.1272.75
Hex7684FD353001ea6149
Octal166204375656001352141111
Binary11101101000010011111101110101110000011110101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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