#7F6AFF

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

Shades of Light Slate Blue #7F6AFF

Tints of Light Slate Blue #7F6AFF

Color information

#7F6AFF (or 0x7F6AFF) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 6A and FF. RGB value is (127,106,255). Sum of RGB (Red+Green+Blue) = 127+106+255=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F6AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6AFF is #809500. Grayscale: #808080. Windows color (decimal): -8426753 or 16738943. OLE color: 16738943.

HSL color Cylindrical-coordinate representation of color #7F6AFF: hue angle of 248.46º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F6AFF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB127106255-
CMYK0.500.5800
HSL248.46º100%70.78%-
HSV(B)248.46º58.43%100%-
XYZ31.9622.0497.18-
YUV129.26198.96126.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 255 (100% from 255) = 52.25%
R=26.02%
G=21.72%
B=52.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271062550.500.5800248.4610070.78
Hex7F6AFF323A00f86447
Octal177152377627200370144107
Binary1111111110101011111111110010111010001111100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6AFF; }

 p { color: rgb(127,106,255); }

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

<style>
 a { background-color: #7F6AFF; }

 a { background-color: rgb(127,106,255); }

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

<style>
 span { border-color: #7F6AFF; }

 span { border-color: rgb(127,106,255); }

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