#7684FB

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

Shades of Light Slate Blue #7684FB

Tints of Light Slate Blue #7684FB

Color information

#7684FB (or 0x7684FB) is unknown color: approx Light Slate Blue. HEX triplet: 76, 84 and FB. RGB value is (118,132,251). Sum of RGB (Red+Green+Blue) = 118+132+251=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #7684FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7684FB is #897B04. Grayscale: #8C8C8C. Windows color (decimal): -9009925 or 16483446. OLE color: 16483446.

HSL color Cylindrical-coordinate representation of color #7684FB: hue angle of 233.68º degrees, saturation: 0.94, 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 #7684FB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118132251-
CMYK0.530.4700.02
HSL233.68º94.33%72.35%-
HSV(B)233.68º52.99%98.43%-
XYZ33.1427.3294.79-
YUV141.38189.86111.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.55%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=23.55%
G=26.35%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1181322510.530.4700.02233.6894.3372.35
Hex7684FB352F02ea5e48
Octal166204373655702352136110
Binary111011010000100111110111101011011110101110101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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