#7683FA

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

Shades of Light Slate Blue #7683FA

Tints of Light Slate Blue #7683FA

Color information

#7683FA (or 0x7683FA) is unknown color: approx Light Slate Blue. HEX triplet: 76, 83 and FA. RGB value is (118,131,250). Sum of RGB (Red+Green+Blue) = 118+131+250=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7683FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7683FA is #897C05. Grayscale: #8C8C8C. Windows color (decimal): -9010182 or 16417654. OLE color: 16417654.

HSL color Cylindrical-coordinate representation of color #7683FA: hue angle of 234.09º 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 #7683FA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118131250-
CMYK0.530.4800.02
HSL234.09º92.96%72.16%-
HSV(B)234.09º52.8%98.04%-
XYZ32.8426.9993.92-
YUV140.68189.69111.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.65%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=23.65%
G=26.25%
B=50.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181312500.530.4800.02234.0992.9672.16
Hex7683FA353002ea5d48
Octal166203372656002352135110
Binary111011010000011111110101101011100000101110101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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