#7680FC

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

Shades of Light Slate Blue #7680FC

Tints of Light Slate Blue #7680FC

Color information

#7680FC (or 0x7680FC) is unknown color: approx Light Slate Blue. HEX triplet: 76, 80 and FC. RGB value is (118,128,252). Sum of RGB (Red+Green+Blue) = 118+128+252=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #7680FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7680FC is #897F03. Grayscale: #8A8A8A. Windows color (decimal): -9010948 or 16547958. OLE color: 16547958.

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

Color convert

RGB118128252-
CMYK0.530.4900.01
HSL235.52º95.71%72.55%-
HSV(B)235.52º53.17%98.82%-
XYZ32.7626.3295.45-
YUV139.15191.69112.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.69%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=23.69%
G=25.70%
B=50.60%

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
Decimal1181282520.530.4900.01235.5295.7172.55
Hex7680FC353101ec6049
Octal166200374656101354140111
Binary11101101000000011111100110101110001011110110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7680FC; }

 p { color: rgb(118,128,252); }

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

<style>
 a { background-color: #7680FC; }

 a { background-color: rgb(118,128,252); }

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

<style>
 span { border-color: #7680FC; }

 span { border-color: rgb(118,128,252); }

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