#7686FD

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

Shades of Light Slate Blue #7686FD

Tints of Light Slate Blue #7686FD

Color information

#7686FD (or 0x7686FD) is unknown color: approx Light Slate Blue. HEX triplet: 76, 86 and FD. RGB value is (118,134,253). Sum of RGB (Red+Green+Blue) = 118+134+253=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #7686FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7686FD is #897902. Grayscale: #8E8E8E. Windows color (decimal): -9009411 or 16615030. OLE color: 16615030.

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

Color convert

RGB118134253-
CMYK0.530.4700.01
HSL232.89º97.12%72.75%-
HSV(B)232.89º53.36%99.22%-
XYZ33.7327.9996.55-
YUV142.78190.2110.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.37%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=23.37%
G=26.53%
B=50.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181342530.530.4700.01232.8997.1272.75
Hex7686FD352F01e96149
Octal166206375655701351141111
Binary11101101000011011111101110101101111011110100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7686FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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