#7681f3

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

Shades of Light Slate Blue #7681F3

Tints of Light Slate Blue #7681F3

Color information

#7681F3 (or 0x7681F3) is unknown color: approx Light Slate Blue. HEX triplet: 76, 81 and F3. RGB value is (118,129,243). Sum of RGB (Red+Green+Blue) = 118+129+243=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #7681F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7681F3 is #897E0C. Grayscale: #8A8A8A. Windows color (decimal): -9010701 or 15958390. OLE color: 15958390.

HSL color Cylindrical-coordinate representation of color #7681F3: hue angle of 234.72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7681F3 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118129243-
CMYK0.510.4700.05
HSL234.72º83.89%70.78%-
HSV(B)234.72º51.44%95.29%-
XYZ31.526.0288.16-
YUV138.71186.86113.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.08%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 243 (95.31% from 255) = 49.59%
R=24.08%
G=26.33%
B=49.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181292430.510.4700.05234.7283.8970.78
Hex7681F3332F05eb5447
Octal166201363635705353124107
Binary1110110100000011111001111001110111101011110101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7681f3; }

 p { color: rgb(118,129,243); }

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

<style>
 a { background-color: #7681f3; }

 a { background-color: rgb(118,129,243); }

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

<style>
 span { border-color: #7681f3; }

 span { border-color: rgb(118,129,243); }

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