#7682FD

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

Shades of Light Slate Blue #7682FD

Tints of Light Slate Blue #7682FD

Color information

#7682FD (or 0x7682FD) is unknown color: approx Light Slate Blue. HEX triplet: 76, 82 and FD. RGB value is (118,130,253). Sum of RGB (Red+Green+Blue) = 118+130+253=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #7682FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682FD is #897D02. Grayscale: #8B8B8B. Windows color (decimal): -9010435 or 16614006. OLE color: 16614006.

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

Color convert

RGB118130253-
CMYK0.530.4900.01
HSL234.67º97.12%72.75%-
HSV(B)234.67º53.36%99.22%-
XYZ33.1826.9196.37-
YUV140.43191.52112-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.55%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=23.55%
G=25.95%
B=50.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181302530.530.4900.01234.6797.1272.75
Hex7682FD353101eb6149
Octal166202375656101353141111
Binary11101101000001011111101110101110001011110101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7682FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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